diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:25:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:25:07 -0600 |
commit | f7307c95135a3c1589799c6877d314a02a2260c1 (patch) | |
tree | 2defa5a196f5d9558af96b30258cbcb7969b1a93 /kfilereplace | |
parent | ca1ec6eeaaf5744fae891a5b0696591bbaece795 (diff) | |
download | tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.tar.gz tdewebdev-f7307c95135a3c1589799c6877d314a02a2260c1.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kfilereplace')
-rw-r--r-- | kfilereplace/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfilereplace/main.cpp b/kfilereplace/main.cpp index 1f7bdef0..2f4ff1a3 100644 --- a/kfilereplace/main.cpp +++ b/kfilereplace/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // see if we are starting with session management if (app.isRestored()) |