summaryrefslogtreecommitdiffstats
path: root/lib/koproperty/test
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:02:43 -0600
commitaea627236e4de24599c3e30617cf264c3c1b7d40 (patch)
tree467e13ca5a7eb0ab292259289ecc3572f53c5eae /lib/koproperty/test
parent786304c6211f35ddc4cdd54b7aa7985fef4a2e70 (diff)
downloadkoffice-aea627236e4de24599c3e30617cf264c3c1b7d40.tar.gz
koffice-aea627236e4de24599c3e30617cf264c3c1b7d40.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'lib/koproperty/test')
-rw-r--r--lib/koproperty/test/test.cpp2
-rw-r--r--lib/koproperty/test/test.h2
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