From 2877440fbda2e245d04f534ed51d7cb7c0a06482 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:57 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- ktimer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ktimer/main.cpp') diff --git a/ktimer/main.cpp b/ktimer/main.cpp index b35d8eb..e648d5f 100644 --- a/ktimer/main.cpp +++ b/ktimer/main.cpp @@ -36,7 +36,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Stefan Schimanski",0, "schimmi@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; KTimerPref *timer = new KTimerPref; app.setMainWidget( timer ); -- cgit v1.2.1