diff options
Diffstat (limited to 'kaddressbook/views/configuretableviewdialog.h')
-rw-r--r-- | kaddressbook/views/configuretableviewdialog.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/kaddressbook/views/configuretableviewdialog.h b/kaddressbook/views/configuretableviewdialog.h index 2e3378b4c..a0228cba6 100644 --- a/kaddressbook/views/configuretableviewdialog.h +++ b/kaddressbook/views/configuretableviewdialog.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef CONFIGURETABLEVIEWDIALOG_H @@ -45,7 +45,7 @@ class LookAndFeelPage; class ConfigureTableViewWidget : public ViewConfigureWidget { public: - ConfigureTableViewWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ); + ConfigureTableViewWidget( KABC::AddressBook *ab, TQWidget *tqparent, const char *name ); virtual ~ConfigureTableViewWidget(); virtual void restoreSettings( KConfig* ); @@ -60,12 +60,13 @@ class ConfigureTableViewWidget : public ViewConfigureWidget /** Internal class. It is only defined here for tqmoc */ -class LookAndFeelPage : public QWidget +class LookAndFeelPage : public TQWidget { Q_OBJECT + TQ_OBJECT public: - LookAndFeelPage( TQWidget *parent, const char *name = 0 ); + LookAndFeelPage( TQWidget *tqparent, const char *name = 0 ); ~LookAndFeelPage() {} void restoreSettings( KConfig* ); |