diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 00:21:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-25 00:21:05 -0600 |
commit | 84dbffd9edc5afb15fc3a08064c17d8651ee70cf (patch) | |
tree | 59b618add47fefa61cdf1f79d5198fd12e4cead6 /config | |
parent | 7173a2aa830ab04bd92e0a13ac257c7beb3d7916 (diff) | |
download | tde-style-qtcurve-84dbffd9edc5afb15fc3a08064c17d8651ee70cf.tar.gz tde-style-qtcurve-84dbffd9edc5afb15fc3a08064c17d8651ee70cf.zip |
Fix FTBFS...again...
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; |