summaryrefslogtreecommitdiffstats
path: root/src/apppropprg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apppropprg.h')
-rw-r--r--src/apppropprg.h14
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