diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/exportthemedialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/exportthemedialog.h b/config/exportthemedialog.h index 2657dd3..58e7d3d 100644 --- a/config/exportthemedialog.h +++ b/config/exportthemedialog.h @@ -26,15 +26,16 @@ #include "common.h" class KURLRequester; -class QLineEdit; +class TQLineEdit; class CExportThemeDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - CExportThemeDialog(QWidget *parent); + CExportThemeDialog(TQWidget *parent); void run(const Options &o); @@ -44,7 +45,7 @@ class CExportThemeDialog : public KDialogBase private: - QLineEdit *themeName, + TQLineEdit *themeName, *themeComment; KURLRequester *themeUrl; Options opts; |