summaryrefslogtreecommitdiffstats
path: root/kfax/kfax.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfax/kfax.h')
-rw-r--r--kfax/kfax.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kfax/kfax.h b/kfax/kfax.h
index 99ad9940..5319a254 100644
--- a/kfax/kfax.h
+++ b/kfax/kfax.h
@@ -2,7 +2,7 @@
$Id$
- Requires the Qt widget libraries, available at no cost at
+ Requires the TQt widget libraries, available at no cost at
http://www.troll.no
Copyright (C) 1997 Bernd Johannes Wuebben
@@ -54,11 +54,12 @@ public:
class TopLevel : public KMainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
- TopLevel( TQWidget *parent=0, const char *name=0 );
+ TopLevel( TQWidget *tqparent=0, const char *name=0 );
~TopLevel();
void openNetFile( const KURL& _url);