diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:32 -0600 |
commit | 94c9dc38220d50d037075127ad46add8a264ef26 (patch) | |
tree | af6ba5d26197827dac1b1901895dee7a7b62a9d6 /kstartperf/kstartperf.cpp | |
parent | 479647c43c62fc50302342c8ac50a2fe024b4426 (diff) | |
download | tdesdk-94c9dc38220d50d037075127ad46add8a264ef26.tar.gz tdesdk-94c9dc38220d50d037075127ad46add8a264ef26.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kstartperf/kstartperf.cpp')
-rw-r--r-- | kstartperf/kstartperf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstartperf/kstartperf.cpp b/kstartperf/kstartperf.cpp index 4e536ccc..97940485 100644 --- a/kstartperf/kstartperf.cpp +++ b/kstartperf/kstartperf.cpp @@ -82,7 +82,7 @@ int main(int argc, char **argv) TDECmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KApplication *app = new KApplication(false, false); + TDEApplication *app = new TDEApplication(false, false); // Check arguments |