summaryrefslogtreecommitdiffstats
path: root/libtdepim/kscoring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libtdepim/kscoring.cpp')
-rw-r--r--libtdepim/kscoring.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/libtdepim/kscoring.cpp b/libtdepim/kscoring.cpp
index e447ac7e..62f1a21a 100644
--- a/libtdepim/kscoring.cpp
+++ b/libtdepim/kscoring.cpp
@@ -18,8 +18,6 @@
#undef TQT_NO_ASCII_CAST
#endif
-#undef TQT_NO_COMPAT
-
#include <iostream>
#include <tqfile.h>
@@ -30,7 +28,7 @@
#include <tqtextview.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <kinputdialog.h>
@@ -86,7 +84,7 @@ NotifyDialog::NotifyDialog(TQWidget* p)
TQCheckBox *check = new TQCheckBox(i18n("Do not show this message again"),f);
check->setChecked(true);
topL->addWidget(check);
- connect(check,TQT_SIGNAL(toggled(bool)),TQT_SLOT(slotShowAgainToggled(bool)));
+ connect(check,TQ_SIGNAL(toggled(bool)),TQ_SLOT(slotShowAgainToggled(bool)));
}
void NotifyDialog::slotShowAgainToggled(bool flag)