diff options
Diffstat (limited to 'lib/koproperty/test')
-rw-r--r-- | lib/koproperty/test/test.cpp | 2 | ||||
-rw-r--r-- | lib/koproperty/test/test.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/test/test.cpp b/lib/koproperty/test/test.cpp index ecf41473..77ceb415 100644 --- a/lib/koproperty/test/test.cpp +++ b/lib/koproperty/test/test.cpp @@ -37,7 +37,7 @@ using namespace KoProperty; Test::Test() - : KMainWindow(0,"koproperty_test") + : TDEMainWindow(0,"koproperty_test") { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); const bool flat = args->isSet("flat"); diff --git a/lib/koproperty/test/test.h b/lib/koproperty/test/test.h index 8d9dedb2..51ee85f5 100644 --- a/lib/koproperty/test/test.h +++ b/lib/koproperty/test/test.h @@ -33,7 +33,7 @@ * @author Cedric Pasteur <cedric.pasteur@free.fr> * @version 0.1 */ -class Test : public KMainWindow +class Test : public TDEMainWindow { Q_OBJECT |