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 --- kaudiocreator/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kaudiocreator') diff --git a/kaudiocreator/main.cpp b/kaudiocreator/main.cpp index 05c4cffe..16fb3631 100644 --- a/kaudiocreator/main.cpp +++ b/kaudiocreator/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]){ // command line TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication a(argc, argv); + TDEApplication a(argc, argv); KAudioCreator *app = new KAudioCreator(0, "MainWindow"); // we need some strings from libkcddb for the cddb album dialog -- cgit v1.2.3