diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:01:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:01:25 -0600 |
commit | 55a8cf1a391985f156641c202616f6524f7e005b (patch) | |
tree | 1b62db594767ea016df35e957b4ee59eb52503af /src/main.cpp | |
parent | 0e5bdd6a8bd27439624c8b4e9a3cf748ddc3e37a (diff) | |
download | tellico-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.cpp | 2 |
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); |