diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:21:27 -0600 |
commit | 2f1044cf6325ef76548375b602a14f8eb56eeb3f (patch) | |
tree | a5c4773d5bcb1e35ca3717dc96ba5cfcfac1b5f2 /kmix | |
parent | 58646ccdcdc8ee08b081edba54e1460ff3295166 (diff) | |
download | tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.tar.gz tdemultimedia-2f1044cf6325ef76548375b602a14f8eb56eeb3f.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kmix')
-rw-r--r-- | kmix/kmixctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/kmixctrl.cpp b/kmix/kmixctrl.cpp index 97e1c6ed..b602b5b3 100644 --- a/kmix/kmixctrl.cpp +++ b/kmix/kmixctrl.cpp @@ -58,7 +58,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options. TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication app( false, false ); + TDEApplication app( false, false ); // get maximum values KConfig *config= new KConfig("kmixrc", true, false); |