summaryrefslogtreecommitdiffstats
path: root/src/katemdi.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 22:03:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 22:03:54 +0900
commitc5554a5f82ebc79fbda3940ee904e71490fb13d6 (patch)
treec6a2c38cdd7ab8a193f25a0a51ebb5aa7fe8c386 /src/katemdi.h
parentba71773a92f2cc979c252f790be280c8486ebfd0 (diff)
downloadktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.tar.gz
ktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/katemdi.h')
-rw-r--r--src/katemdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/katemdi.h b/src/katemdi.h
index 51d8149..c9cf0d6 100644
--- a/src/katemdi.h
+++ b/src/katemdi.h
@@ -39,7 +39,7 @@ class Splitter : public TQSplitter
public:
- Splitter(Qt::Orientation o, TQWidget* parent=0, const char* name=0);
+ Splitter(TQt::Orientation o, TQWidget* parent=0, const char* name=0);
~Splitter();
/** Since there is supposed to be only 2 childs of a katesplitter,