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-12 10:27:15 +0900 |
commit | cf9164f09084eb73ce46e32a68d1ce0328a0967e (patch) | |
tree | d4845bc3cd891dbd14db6215b6a3e0fb027f0a29 /kbruch/src | |
parent | 62951a443b879f78817859fc4c56bc382741612e (diff) | |
download | tdeedu-cf9164f09084eb73ce46e32a68d1ce0328a0967e.tar.gz tdeedu-cf9164f09084eb73ce46e32a68d1ce0328a0967e.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>
Diffstat (limited to 'kbruch/src')
-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 |