Fix FTBFS...again...

pull/1/head
Timothy Pearson 13 years ago
parent 7173a2aa83
commit 84dbffd9ed

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