diff options
Diffstat (limited to 'kdf/mntconfig.h')
-rw-r--r-- | kdf/mntconfig.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/kdf/mntconfig.h b/kdf/mntconfig.h index 931a109..f3f0d56 100644 --- a/kdf/mntconfig.h +++ b/kdf/mntconfig.h @@ -3,7 +3,7 @@ * * Copyright (c) 1999 Michael Kropfberger <michael.kropfberger@gmx.net> * - * Requires the Qt widget libraries, available at no cost at + * Requires the TQt widget libraries, available at no cost at * http://www.troll.no/ * * This program is free software; you can redistribute it and/or modify @@ -43,9 +43,10 @@ class TQListViewItem; /**************************************************************/ -class MntConfigWidget : public QWidget +class MntConfigWidget : public TQWidget { Q_OBJECT + TQ_OBJECT public: enum ColType @@ -58,7 +59,7 @@ class MntConfigWidget : public QWidget }; public: - MntConfigWidget( TQWidget *parent=0, const char *name=0, bool init=false ); + MntConfigWidget( TQWidget *tqparent=0, const char *name=0, bool init=false ); ~MntConfigWidget(); public slots: |