summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabeldict/main.cpp')
-rw-r--r--kbabel/kbabeldict/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabeldict/main.cpp b/kbabel/kbabeldict/main.cpp
index 98d00d05..77ad6e48 100644
--- a/kbabel/kbabeldict/main.cpp
+++ b/kbabel/kbabeldict/main.cpp
@@ -91,8 +91,8 @@ KBabelDictApplication::KBabelDictApplication()
TDEApplication::restoreOverrideCursor();
}
- TQObject::connect( topLevel, TQT_SIGNAL( destroyed() ),
- this, TQT_SLOT( quit() ) );
+ TQObject::connect( topLevel, TQ_SIGNAL( destroyed() ),
+ this, TQ_SLOT( quit() ) );
}
KBabelDictApplication::~KBabelDictApplication()