diff options
Diffstat (limited to 'lib/koproperty/test/test.cpp')
-rw-r--r-- | lib/koproperty/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 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"); |