summaryrefslogtreecommitdiffstats
path: root/kcontrol/screensaver/advanceddialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:33:34 +0000
commitc663b6440964f6ac48027143ac9e63298991f9d0 (patch)
tree6d8b0c5a5f9db1ee16acf98b1397cea9126b281d /kcontrol/screensaver/advanceddialog.h
parenta061f7191beebb0e4a3b0c0a7c534ec5f22f2dc7 (diff)
downloadtdebase-c663b6440964f6ac48027143ac9e63298991f9d0.tar.gz
tdebase-c663b6440964f6ac48027143ac9e63298991f9d0.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/screensaver/advanceddialog.h')
-rw-r--r--kcontrol/screensaver/advanceddialog.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/kcontrol/screensaver/advanceddialog.h b/kcontrol/screensaver/advanceddialog.h
index 813c9fc82..8322dd3e2 100644
--- a/kcontrol/screensaver/advanceddialog.h
+++ b/kcontrol/screensaver/advanceddialog.h
@@ -2,25 +2,25 @@
#define ADVANCEDDIALOG_H
#include <kdialogbase.h>
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kconfig.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qwhatsthis.h>
-#include <qgroupbox.h>
-#include <qobject.h>
-#include <qcheckbox.h>
-#include <qslider.h>
+#include <tqlabel.h>
+#include <tqlayout.h>
+#include <tqwhatsthis.h>
+#include <tqgroupbox.h>
+#include <tqobject.h>
+#include <tqcheckbox.h>
+#include <tqslider.h>
#include "advanceddialogimpl.h"
class AdvancedDialog : public AdvancedDialogImpl
{
public:
- AdvancedDialog(QWidget *parent = 0, const char *name = 0);
+ AdvancedDialog(TQWidget *parent = 0, const char *name = 0);
~AdvancedDialog();
- void setMode(QComboBox *box, int i);
- int mode(QComboBox *box);
+ void setMode(TQComboBox *box, int i);
+ int mode(TQComboBox *box);
};
/* =================================================================================================== */
@@ -29,7 +29,7 @@ class KScreenSaverAdvancedDialog : public KDialogBase
{
Q_OBJECT
public:
- KScreenSaverAdvancedDialog(QWidget *parent, const char* name = 0);
+ KScreenSaverAdvancedDialog(TQWidget *parent, const char* name = 0);
public slots:
void slotOk();
@@ -44,11 +44,11 @@ protected slots:
private:
void readSettings();
- QCheckBox *m_topLeftCorner;
- QCheckBox *m_bottomLeftCorner;
- QCheckBox *m_topRightCorner;
- QCheckBox *m_bottomRightCorner;
- QSlider *mPrioritySlider;
+ TQCheckBox *m_topLeftCorner;
+ TQCheckBox *m_bottomLeftCorner;
+ TQCheckBox *m_topRightCorner;
+ TQCheckBox *m_bottomRightCorner;
+ TQSlider *mPrioritySlider;
bool mChanged;
int mPriority;