Fix FTBFS...again...

(cherry picked from commit 84dbffd9ed)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 0e99a911a5
commit 00311eaf18

@ -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;

Loading…
Cancel
Save