diff options
Diffstat (limited to 'lib/kofficecore/tests/korecttest.cpp')
-rw-r--r-- | lib/kofficecore/tests/korecttest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/tests/korecttest.cpp b/lib/kofficecore/tests/korecttest.cpp index f1a1fd89e..6866e1766 100644 --- a/lib/kofficecore/tests/korecttest.cpp +++ b/lib/kofficecore/tests/korecttest.cpp @@ -35,7 +35,7 @@ bool check(TQString txt, TQString a, TQString b) int main(int argc, char *argv[]) { - KApplication app(argc,argv,"korecttest",false,false); + TDEApplication app(argc,argv,"korecttest",false,false); KoRect emptyRect; check( "KoRect() is null", emptyRect.isNull(), true ); |