summaryrefslogtreecommitdiffstats
path: root/src/setupdialogprg.h
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2015-10-01 18:08:45 +0200
committerSlávek Banko <[email protected]>2015-10-01 19:33:35 +0200
commit12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7 (patch)
tree94abc892aabb1f4e2eab0cf1ff028ddfba454d60 /src/setupdialogprg.h
parent77649eee774e6f71da886d5c72a616a0b46e08fa (diff)
downloadkooldock-12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7.tar.gz
kooldock-12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7.zip
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/setupdialogprg.h')
-rw-r--r--src/setupdialogprg.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/setupdialogprg.h b/src/setupdialogprg.h
index 5539c5a..2defbba 100644
--- a/src/setupdialogprg.h
+++ b/src/setupdialogprg.h
@@ -16,16 +16,16 @@
#include "apppropprg.h"
// QT includes
-#include <qcolor.h>
-#include <qstring.h>
-#include <qcheckbox.h>
-#include <qlineedit.h>
-#include <qspinbox.h>
-#include <qfont.h>
-#include <qptrlist.h>
-#include <qtabwidget.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
+#include <ntqcolor.h>
+#include <ntqstring.h>
+#include <ntqcheckbox.h>
+#include <ntqlineedit.h>
+#include <ntqspinbox.h>
+#include <ntqfont.h>
+#include <ntqptrlist.h>
+#include <ntqtabwidget.h>
+#include <ntqpushbutton.h>
+#include <ntqradiobutton.h>
// KDE includes
#include <kfontcombo.h>
@@ -48,20 +48,20 @@ class SetupDialogPrg : public SetupDialog
{
Q_OBJECT
public:
- SetupDialogPrg(QWidget *parent = 0, const char *name = 0);
+ SetupDialogPrg(TQWidget *parent = 0, const char *name = 0);
~SetupDialogPrg();
appProp *appdlg;
- QString progPath;
- QString menuPath;
+ TQString progPath;
+ TQString menuPath;
KWinModule *gwm;
KLineEdit *in;
- QPushButton *up;
- QPushButton *down;
+ TQPushButton *up;
+ TQPushButton *down;
int grabbing;
int oldPos;
- QString fileName;
- QStringList fileList;
- QString filepath;
+ TQString fileName;
+ TQStringList fileList;
+ TQString filepath;
public slots:
void editItem();
@@ -74,15 +74,15 @@ Q_OBJECT
void chkSolidSlot();
void chkFont();
void chkTask();
- void applist_dropped(QDropEvent*,const QValueList<QIconDragItem>&);
+ void applist_dropped(TQDropEvent*,const TQValueList<TQIconDragItem>&);
void buttonadd_clicked();
- void applist_clicked(QIconViewItem *, const QPoint&);
+ void applist_clicked(TQIconViewItem *, const TQPoint&);
void appRestart();
void appFill();
void appClear();
void grabWin_clicked();
void activeWindowChanged(WId id);
- void applist_contextMenuRequested(QIconViewItem*,const QPoint&);
+ void applist_contextMenuRequested(TQIconViewItem*,const TQPoint&);
void removeLauncher();
void setnewpos(int);
void xrma_clicked();
@@ -95,8 +95,8 @@ Q_OBJECT
void computeNewPos(int);
protected:
- void closeEvent( QCloseEvent* );
- void showEvent ( QShowEvent * );
- void hideEvent ( QHideEvent * );
+ void closeEvent( TQCloseEvent* );
+ void showEvent ( TQShowEvent * );
+ void hideEvent ( TQHideEvent * );
};
#endif