From 2f1044cf6325ef76548375b602a14f8eb56eeb3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:21:27 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- arts/gui/kde/artstestgui.cpp | 2 +- arts/gui/kde/dbtest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arts/gui') diff --git a/arts/gui/kde/artstestgui.cpp b/arts/gui/kde/artstestgui.cpp index c7532003..23833992 100644 --- a/arts/gui/kde/artstestgui.cpp +++ b/arts/gui/kde/artstestgui.cpp @@ -33,7 +33,7 @@ int main(int argc, char **argv) { TQIOManager iomanager; Dispatcher dispatcher(&iomanager); - KApplication application(argc, argv, "testgui"); + TDEApplication application(argc, argv, "testgui"); ObjectManager::the()->provideCapability("kdegui"); diff --git a/arts/gui/kde/dbtest.cpp b/arts/gui/kde/dbtest.cpp index d1dda3ac..e792edd8 100644 --- a/arts/gui/kde/dbtest.cpp +++ b/arts/gui/kde/dbtest.cpp @@ -32,7 +32,7 @@ int main( int argc, char* argv[] ) { aboutData.addAuthor( "Arnold Krille", I18N_NOOP( "Creator" ), "arnold@arnoldarts.de"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; dBTestWidget* w = new dBTestWidget( 0 ); w->show(); -- cgit v1.2.3