From 009812cf948ff581255adccf26a5c32646c3c164 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:53:39 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/qt_qt_wrapper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/qt_qt_wrapper.cpp') diff --git a/src/qt_qt_wrapper.cpp b/src/qt_qt_wrapper.cpp index ff49696..4ef9672 100644 --- a/src/qt_qt_wrapper.cpp +++ b/src/qt_qt_wrapper.cpp @@ -166,7 +166,7 @@ void createTQApp() { int argc = 1; char** argv; - // Supply it with fake data to keep KApplication happy + // Supply it with fake data to keep TDEApplication happy argv = (char**) malloc(sizeof(char*)); argv[0] = (char*) malloc(sizeof(char) * 19); strncpy(argv[0], "gtk-qt-application", 19); @@ -177,7 +177,7 @@ void createTQApp() "message goes here", 0 /* TODO: Website */, "kb9vqf@pearsoncomputing.net"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication::disableAutoDcopRegistration(); + TDEApplication::disableAutoDcopRegistration(); TQString cmdLine; @@ -374,7 +374,7 @@ void createTQApp() if (!tqApp) { - new KApplication(gdk_x11_get_default_xdisplay(), true, 0, 0, true); + new TDEApplication(gdk_x11_get_default_xdisplay(), true, 0, 0, true); tqAppOwner = true; } -- cgit v1.2.1