From 8e7816b2f9f62a2df094c5b2a7aa5abb6bc1226a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:02 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kio/tests/metatest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kio/tests/metatest.cpp') diff --git a/kio/tests/metatest.cpp b/kio/tests/metatest.cpp index f450c46c1..034d740ed 100644 --- a/kio/tests/metatest.cpp +++ b/kio/tests/metatest.cpp @@ -187,9 +187,9 @@ int main( int argc, char **argv ) TDECmdLineArgs::addCmdLineOptions( options ); // Add options from other components - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); - KApplication app; + TDEApplication app; TDECmdLineArgs* args = TDECmdLineArgs::parsedArgs(); -- cgit v1.2.3