summaryrefslogtreecommitdiffstats
path: root/knights/knights.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/knights.h')
-rw-r--r--knights/knights.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/knights.h b/knights/knights.h
index a9f3341..930a652 100644
--- a/knights/knights.h
+++ b/knights/knights.h
@@ -30,7 +30,7 @@
#include <kstatusbar.h>
#include <kcmdlineargs.h>
/* QT */
-#include <tqlayout.h>
+#include <layout.h>
#include <tqwidget.h>
#include <tqpixmap.h>
#include <tqstring.h>
@@ -72,7 +72,7 @@ class Knights : public KMainWindow
public slots:
void KillAll( void );
void menuClose( void );
- /** Yeah, they're sloppy, but I need my own tqgeometry managment routines
+ /** Yeah, they're sloppy, but I need my own geometry managment routines
because I don't like the "default" look my statusbar was getting
( double-height ). Plus, I want the console to appear only when needed. */
void resizeMainFrame( void );