summaryrefslogtreecommitdiffstats
path: root/konversation/src/konvisettingsdialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 21:02:40 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-11 21:02:40 +0900
commitcfe04adb2d809ae6ff02108b8156e4583bb7fcc9 (patch)
treec8a7f013e9bfd90dabe93440a63123c97e903fed /konversation/src/konvisettingsdialog.cpp
parent2d7d28eba825e1c646080ddce7cb2ece169a3529 (diff)
downloadkonversation-cfe04adb2d809ae6ff02108b8156e4583bb7fcc9.tar.gz
konversation-cfe04adb2d809ae6ff02108b8156e4583bb7fcc9.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 'konversation/src/konvisettingsdialog.cpp')
-rw-r--r--konversation/src/konvisettingsdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konversation/src/konvisettingsdialog.cpp b/konversation/src/konvisettingsdialog.cpp
index 6b77e62..14d8661 100644
--- a/konversation/src/konvisettingsdialog.cpp
+++ b/konversation/src/konvisettingsdialog.cpp
@@ -219,7 +219,7 @@ void KonviSettingsDialog::showEvent(TQShowEvent* e)
{
KonviConfigDialog::showEvent(e);
- TQSplitter* splitter = ((TQSplitter*)child(0, TQSPLITTER_OBJECT_NAME_STRING, true));
+ TQSplitter* splitter = ((TQSplitter*)child(0, "TQSplitter", true));
TDEListView* listView = ((TDEListView*)child(0, "TDEListView", true));
if (splitter && listView)