From 84dbffd9edc5afb15fc3a08064c17d8651ee70cf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Nov 2011 00:21:05 -0600 Subject: Fix FTBFS...again... --- config/exportthemedialog.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config') 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; -- cgit v1.2.3