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/dbtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/gui/kde/dbtest.cpp') 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.1