summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-20 00:01:25 -0600
committerTimothy Pearson <[email protected]>2013-01-20 00:01:25 -0600
commit55a8cf1a391985f156641c202616f6524f7e005b (patch)
tree1b62db594767ea016df35e957b4ee59eb52503af /src/main.cpp
parent0e5bdd6a8bd27439624c8b4e9a3cf748ddc3e37a (diff)
downloadtellico-55a8cf1a391985f156641c202616f6524f7e005b.tar.gz
tellico-55a8cf1a391985f156641c202616f6524f7e005b.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 e04e414..617d086 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -55,7 +55,7 @@ int main(int argc, char* argv[]) {
TDECmdLineArgs::init(argc, argv, &aboutData);
TDECmdLineArgs::addCmdLineOptions(options);
- KApplication app;
+ TDEApplication app;
if(app.isRestored()) {
RESTORE(Tellico::MainWindow);