diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:14:52 -0600 |
commit | 1ad423d43bfed127171bdfe8685e1d957eecf957 (patch) | |
tree | 25727a855108dcdcaa0b9d37732beb5ec7ed6a08 /kcron/main.cpp | |
parent | f7e4bdd856bc418cebaaa7ad09010ab389fc4fbc (diff) | |
download | tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.tar.gz tdeadmin-1ad423d43bfed127171bdfe8685e1d957eecf957.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kcron/main.cpp')
-rw-r--r-- | kcron/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/main.cpp b/kcron/main.cpp index ba299c7..627271c 100644 --- a/kcron/main.cpp +++ b/kcron/main.cpp @@ -30,7 +30,7 @@ int main(int argc, char* argv[]) TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app; + TDEApplication app; if (app.isRestored()) { |