summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-19 23:54:55 -0600
committerTimothy Pearson <[email protected]>2013-01-19 23:54:55 -0600
commita9b1fcfcbff6de60cbb5a454924bb65da0253c9e (patch)
tree829a8635d6842ca159a3c29daf35c85dc916ed89 /src/main.cpp
parent194aab9f7d3d7865e15b345bd737f2ee94a67e49 (diff)
downloadkerberostray-a9b1fcfcbff6de60cbb5a454924bb65da0253c9e.tar.gz
kerberostray-a9b1fcfcbff6de60cbb5a454924bb65da0253c9e.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f4b4062..6f6c5c3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Timothy Pearson",0, "[email protected]");
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app;
+ TDEApplication app;
TopLevel toplevel;
KWin::setSystemTrayWindowFor(toplevel.winId(), 0);