summaryrefslogtreecommitdiffstats
path: root/kjots/KJotsMain.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:13:20 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:13:20 -0500
commit1f96a598d14fe461435049a7cd55a2598ca2e367 (patch)
tree91add6946e119e30174a82fc8be24f72add86813 /kjots/KJotsMain.cpp
parente15496914bcc204e368b6c543dda073b544d1a55 (diff)
downloadtdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.tar.gz
tdeutils-1f96a598d14fe461435049a7cd55a2598ca2e367.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kjots/KJotsMain.cpp')
-rw-r--r--kjots/KJotsMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjots/KJotsMain.cpp b/kjots/KJotsMain.cpp
index f2dfa97..9333b81 100644
--- a/kjots/KJotsMain.cpp
+++ b/kjots/KJotsMain.cpp
@@ -142,7 +142,7 @@ KJotsMain::KJotsMain(const char* name)
actions[ACTION_MANUAL_SAVE] = new KAction(i18n("Manual Save"), 0, KStdAccel::save(),
TQT_TQOBJECT(this), TQT_SLOT(autoSave()), actionCollection(), "manual_save");
actions[ACTION_PRINT] = KStdAction::print(TQT_TQOBJECT(this), TQT_SLOT(slotPrint()), actionCollection());
- actions[ACTION_TQUIT] = KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(slotQuit()), actionCollection());
+ actions[ACTION_QUIT] = KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT(slotQuit()), actionCollection());
actions[ACTION_CUT] = KStdAction::cut(TQT_TQOBJECT(me_text), TQT_SLOT(cut()), actionCollection());
connect(me_text, TQT_SIGNAL(copyAvailable(bool)), actions[ACTION_CUT], TQT_SLOT(setEnabled(bool)));