From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kstartperf/kstartperf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kstartperf/kstartperf.cpp') 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 -- cgit v1.2.1