From e8494e60efeb94c67c813d1c1c038031915e8c17 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 30 Oct 2021 13:47:29 +0900 Subject: Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro --- examples/PkExample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/PkExample.h') 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: -- cgit v1.2.1