summaryrefslogtreecommitdiffstats
path: root/kverbos/kverbos/kverbos.h
diff options
context:
space:
mode:
Diffstat (limited to 'kverbos/kverbos/kverbos.h')
-rw-r--r--kverbos/kverbos/kverbos.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kverbos/kverbos/kverbos.h b/kverbos/kverbos/kverbos.h
index 982ee0c1..aced0440 100644
--- a/kverbos/kverbos/kverbos.h
+++ b/kverbos/kverbos/kverbos.h
@@ -23,7 +23,7 @@
#include <config.h>
#endif
-// include files for Qt
+// include files for TQt
// include files for KDE
#include <kapplication.h>
@@ -57,13 +57,14 @@ class KFeederControl;
class KVerbosApp : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
friend class KVerbosView;
public:
/** construtor of KVerbosApp, calls all init functions to create the application.
*/
- KVerbosApp(TQWidget* parent=0, const char* name=0);
+ KVerbosApp(TQWidget* tqparent=0, const char* name=0);
~KVerbosApp();
/** opens a file specified by commandline option
*/
@@ -78,7 +79,7 @@ class KVerbosApp : public KMainWindow
bool doitStrict() const { return correctStrict; }
protected:
- /** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration
+ /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration
* file
*/
void saveOptions();