summaryrefslogtreecommitdiffstats
path: root/kword/tests/FrameTester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/tests/FrameTester.cpp')
-rw-r--r--kword/tests/FrameTester.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kword/tests/FrameTester.cpp b/kword/tests/FrameTester.cpp
index 0a088674..9486f05d 100644
--- a/kword/tests/FrameTester.cpp
+++ b/kword/tests/FrameTester.cpp
@@ -21,7 +21,7 @@
#include <KWDocument.h>
#include <kunittest/runner.h>
#include <kunittest/module.h>
-#include <qapplication.h>
+#include <tqapplication.h>
using namespace KUnitTest;
@@ -31,7 +31,7 @@ KUNITTEST_MODULE_REGISTER_TESTER(KWFrameTester);
void KWFrameTester::allTests() {
int argc = 0;
char** argv = 0;
- QApplication app( argc, argv ); // needed for KWDocument, due to KWCommandHistory -> KToolBarPopupAction -> QPopupMenu -> QWidget
+ TQApplication app( argc, argv ); // needed for KWDocument, due to KWCommandHistory -> KToolBarPopupAction -> TQPopupMenu -> TQWidget
testSimpleFrame();
testFrameList();