diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-12 10:20:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-13 09:59:08 +0900 |
commit | 9b6c861c832fb60c724979249dea53fef6830e1a (patch) | |
tree | d4845bc3cd891dbd14db6215b6a3e0fb027f0a29 /kbruch | |
parent | c597b74b42be6bd7bc64cb4759b5937cdd5e6a19 (diff) | |
download | tdeedu-9b6c861c832fb60c724979249dea53fef6830e1a.tar.gz tdeedu-9b6c861c832fb60c724979249dea53fef6830e1a.zip |
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf9164f09084eb73ce46e32a68d1ce0328a0967e)
Diffstat (limited to 'kbruch')
-rw-r--r-- | kbruch/src/mainqtwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbruch/src/mainqtwidget.cpp b/kbruch/src/mainqtwidget.cpp index 1b54e990..d44cae80 100644 --- a/kbruch/src/mainqtwidget.cpp +++ b/kbruch/src/mainqtwidget.cpp @@ -62,7 +62,7 @@ MainQtWidget::MainQtWidget() // we split the main view into 2 parts, one for the tasks, one for the // statistics - TQSplitter* splitter = new TQSplitter(Qt::Horizontal, this,TQSPLITTER_OBJECT_NAME_STRING); + TQSplitter* splitter = new TQSplitter(Qt::Horizontal, this,"TQSplitter"); setCentralWidget(splitter); // the iconlist, where the user can choose the different exercises |