diff options
Diffstat (limited to 'src/setupdialogprg.h')
-rw-r--r-- | src/setupdialogprg.h | 48 |
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 |