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