diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:23:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:23:57 -0600 |
commit | 2877440fbda2e245d04f534ed51d7cb7c0a06482 (patch) | |
tree | 874d2d10bf56b0547de792b6b6d48c4e895be034 /kcalc | |
parent | 6fdacb9c2e3adb3b5da38cd8a22afc1668e1d36b (diff) | |
download | tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.tar.gz tdeutils-2877440fbda2e245d04f534ed51d7cb7c0a06482.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kcalc')
-rw-r--r-- | kcalc/kcalc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcalc/kcalc.cpp b/kcalc/kcalc.cpp index f6be262..cbf8218 100644 --- a/kcalc/kcalc.cpp +++ b/kcalc/kcalc.cpp @@ -2287,7 +2287,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) aboutData.addAuthor("Ren" "\xc3\xa9" " M" "\xc3\xa9" "rou", 0, "[email protected]"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication app; + TDEApplication app; #if 0 app->enableSessionManagement(true); app->setWmCommand(argv[0]); |