From ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:06:46 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- quanta/src/quanta.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'quanta/src/quanta.cpp') diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index f604bc43..d0e862ff 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -58,10 +58,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include #include @@ -107,7 +107,7 @@ #include #include -#include +#include #ifdef ENABLE_CVSSERVICE #include "cvsservice.h" @@ -195,7 +195,7 @@ extern int NN; const TQString resourceDir = TQString(QUANTA_PACKAGE) + "/"; -// from kfiledialog.cpp - avoid qt warning in STDERR (~/.xsessionerrors) +// from tdefiledialog.cpp - avoid qt warning in STDERR (~/.xsessionerrors) static void silenceTQToolBar(TQtMsgType, const char *){} QuantaApp::QuantaApp(int mdiMode) : DCOPObject("WindowManagerIf"), KMdiMainFrm( 0, "Quanta", (KMdi::MdiMode) mdiMode) -- cgit v1.2.3