Added another parameter to the Konsole constructor which is needed for the

"notoolbar" commandline parameter (original patch by Jonathan Singer
<jsinger@leeta.net>).

svn path=/trunk/kdebase/konsole/; revision=69368
wilder-portage
Frerich Raabe 26 years ago
parent 9eef9dbfa4
commit 6ada5762f0
  1. 2
      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);

Loading…
Cancel
Save