summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabel/headereditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbabel/kbabel/headereditor.cpp')
-rw-r--r--kbabel/kbabel/headereditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbabel/kbabel/headereditor.cpp b/kbabel/kbabel/headereditor.cpp
index 4a7624cb..9b63f071 100644
--- a/kbabel/kbabel/headereditor.cpp
+++ b/kbabel/kbabel/headereditor.cpp
@@ -54,8 +54,8 @@ HeaderEditor::HeaderEditor(Catalog* cat,const char* name)
restoreSettings();
_catalog=cat;
- connect(_catalog,TQT_SIGNAL(signalFileOpened(bool)),this,TQT_SLOT(readHeader(bool)));
- connect(_catalog,TQT_SIGNAL(signalHeaderChanged()),this,TQT_SLOT(updateHeader()));
+ connect(_catalog,TQ_SIGNAL(signalFileOpened(bool)),this,TQ_SLOT(readHeader(bool)));
+ connect(_catalog,TQ_SIGNAL(signalHeaderChanged()),this,TQ_SLOT(updateHeader()));
setButtonText(User1,i18n("&Apply Settings"));
setButtonWhatsThis (User1, i18n("<qt><p>This button "