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);