From 94c9dc38220d50d037075127ad46add8a264ef26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:23:32 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kbabel/catalogmanager/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbabel/catalogmanager/main.cpp') diff --git a/kbabel/catalogmanager/main.cpp b/kbabel/catalogmanager/main.cpp index d071ecb6..ef17c176 100644 --- a/kbabel/catalogmanager/main.cpp +++ b/kbabel/catalogmanager/main.cpp @@ -61,7 +61,7 @@ CatalogManager *CatalogManagerApp::_view = 0; CatalogManagerApp::CatalogManagerApp() - : KApplication() + : TDEApplication() { kbInterface = new CatalogManagerInterface; _view = 0; @@ -222,7 +222,7 @@ int main(int argc, char **argv) TDECmdLineArgs::addCmdLineOptions( options ); // Add options from other components - KApplication::addCmdLineOptions(); + TDEApplication::addCmdLineOptions(); CatalogManagerApp app; -- cgit v1.2.1