summaryrefslogtreecommitdiffstats
path: root/kshowmail/kfeedback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kshowmail/kfeedback.cpp')
-rw-r--r--kshowmail/kfeedback.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kshowmail/kfeedback.cpp b/kshowmail/kfeedback.cpp
index 431dfde..af1c0eb 100644
--- a/kshowmail/kfeedback.cpp
+++ b/kshowmail/kfeedback.cpp
@@ -13,11 +13,11 @@
*/
-#include <ntqheader.h>
-#include <ntqlayout.h>
-#include <ntqlabel.h>
-#include <ntqmultilineedit.h>
-#include <ntqhbox.h>
+#include <tqheader.h>
+#include <tqlayout.h>
+#include <tqlabel.h>
+#include <tqmultilineedit.h>
+#include <tqhbox.h>
#include <tdeglobal.h>
#include <tdeapplication.h>
@@ -278,7 +278,7 @@ TQString KFeedbackQuestionList::result()
question = question->nextQuestion();
}
- res += "Compiled on KDE version: ";
+ res += "Compiled on TDE version: ";
res += TDE_VERSION_STRING;
return res;
@@ -499,6 +499,6 @@ KFeedbackAnswer::stateChange( bool newState )
}
}
-
+#include "kfeedback.moc"
// EOF