From 3e4d718796cddcc798d9f737037ef4bad540a0af Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:22:10 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- krdc/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'krdc/main.cpp') diff --git a/krdc/main.cpp b/krdc/main.cpp index daf6d38d..e21c0dfa 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) TDECmdLineArgs::init( argc, argv, &aboutData ); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication a; + TDEApplication a; TQString host = TQString(); Quality quality = QUALITY_UNKNOWN; @@ -158,7 +158,7 @@ int main(int argc, char *argv[]) return mc.main(); } -MainController::MainController(KApplication *app, WindowMode wm, +MainController::MainController(TDEApplication *app, WindowMode wm, const TQString &host, Quality quality, const TQString &encodings, -- cgit v1.2.1