summaryrefslogtreecommitdiffstats
path: root/knights/knights.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:31:16 -0600
commit20a779d62b449d209d2a2f430ceae8c45b78ba11 (patch)
tree6349c10a4d389b4daaec1c8d8b84a6196e19cd32 /knights/knights.h
parentd5c3f49db8201dbbada63270dc99aaa4553b045b (diff)
downloadknights-20a779d62b449d209d2a2f430ceae8c45b78ba11.tar.gz
knights-20a779d62b449d209d2a2f430ceae8c45b78ba11.zip
Rename a number of old tq methods that are no longer tq specific
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 );