diff options
author | Slávek Banko <[email protected]> | 2015-10-01 18:08:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2015-10-01 19:33:35 +0200 |
commit | 12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7 (patch) | |
tree | 94abc892aabb1f4e2eab0cf1ff028ddfba454d60 /src/apppropprg.h | |
parent | 77649eee774e6f71da886d5c72a616a0b46e08fa (diff) | |
download | kooldock-12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7.tar.gz kooldock-12348780ecc7d112ffdd8d4f4dc4ccd6a63f10e7.zip |
Initial TQt conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/apppropprg.h')
-rw-r--r-- | src/apppropprg.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/apppropprg.h b/src/apppropprg.h index a1ab103..74098fe 100644 --- a/src/apppropprg.h +++ b/src/apppropprg.h @@ -12,7 +12,7 @@ #ifndef APPPROPPRG_H #define APPPROPPRG_H -#include <qwidget.h> +#include <ntqwidget.h> #include "appProp.h" /** @@ -24,13 +24,13 @@ class appPropPrg : public appProp Q_OBJECT public: - appPropPrg(QWidget *parent = 0, const char *name = 0); + appPropPrg(TQWidget *parent = 0, const char *name = 0); ~appPropPrg(); - void addFile(const QString& filename, - const QString& iconname, - const QString& execname, - const QString& name, + void addFile(const TQString& filename, + const TQString& iconname, + const TQString& execname, + const TQString& name, bool notify); public slots: @@ -43,7 +43,7 @@ Q_OBJECT void apply(); protected: - void closeEvent( QCloseEvent* ); + void closeEvent( TQCloseEvent* ); }; #endif |