From 6ada5762f0ff2dc5e7b17dc6fd7d723fc31957f8 Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Mon, 30 Oct 2000 03:04:15 +0000 Subject: [PATCH] Added another parameter to the Konsole constructor which is needed for the "notoolbar" commandline parameter (original patch by Jonathan Singer ). svn path=/trunk/kdebase/konsole/; revision=69368 --- include/konsole.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/konsole.h b/include/konsole.h index e86522a6..fb884790 100644 --- a/include/konsole.h +++ b/include/konsole.h @@ -43,7 +43,7 @@ class Konsole : public KMainWindow public: - Konsole(const char * name, const char* pgm, QStrList & _args, int histon); + Konsole(const char * name, const char* pgm, QStrList & _args, int histon, bool); ~Konsole(); void setColLin(int columns, int lines); void setFullScreen(bool on);