summaryrefslogtreecommitdiffstats
path: root/kiosktool/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 23:55:27 -0600
commitf4e87b81b75d280d698b44516af37d61db8740e4 (patch)
tree45a2a445e5fb1edd9392b35e4d862fbcc236d91a /kiosktool/main.cpp
parent8cda419a4110210e8a8634230895af1aa165a7c4 (diff)
downloadkiosktool-f4e87b81.tar.gz
kiosktool-f4e87b81.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kiosktool/main.cpp')
-rw-r--r--kiosktool/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kiosktool/main.cpp b/kiosktool/main.cpp
index 7dafa98..a521117 100644
--- a/kiosktool/main.cpp
+++ b/kiosktool/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
TDECmdLineArgs::addCmdLineOptions( options );
- KApplication a;
+ TDEApplication a;
KioskGui *w = new KioskGui();
a.setMainWidget(w);