summaryrefslogtreecommitdiffstats
path: root/examples/PkExample.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-10-30 13:47:29 +0900
committerMichele Calgaro <[email protected]>2021-10-30 13:47:29 +0900
commite8494e60efeb94c67c813d1c1c038031915e8c17 (patch)
tree3238b3e8ceeb577a8eda00da66704c7e5fc6f9f5 /examples/PkExample.h
parent28de2ff84f59ac0b173670aa9c5331bc77c1e63f (diff)
downloadpolkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.tar.gz
polkit-tqt-e8494e60efeb94c67c813d1c1c038031915e8c17.zip
Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/PkExample.h')
-rw-r--r--examples/PkExample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/PkExample.h b/examples/PkExample.h
index 4ede9f630..30958821b 100644
--- a/examples/PkExample.h
+++ b/examples/PkExample.h
@@ -24,12 +24,12 @@
#include "ui_PkExample.h"
-class PkExample : public QMainWindow, Ui::PkExample
+class PkExample : public TQMainWindow, Ui::PkExample
{
Q_OBJECT
public:
- PkExample(QMainWindow *parent = 0);
+ PkExample(TQMainWindow *parent = 0);
~PkExample();
private Q_SLOTS: