From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- korganizer/koincidenceeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/koincidenceeditor.cpp') diff --git a/korganizer/koincidenceeditor.cpp b/korganizer/koincidenceeditor.cpp index 55afba9ed..bb535a95b 100644 --- a/korganizer/koincidenceeditor.cpp +++ b/korganizer/koincidenceeditor.cpp @@ -193,7 +193,7 @@ void KOIncidenceEditor::setupDesignerTabs( const TQString &type ) { TQStringList activePages = KOPrefs::instance()->activeDesignerFields(); - TQStringList list = KGlobal::dirs()->findAllResources( "data", + TQStringList list = TDEGlobal::dirs()->findAllResources( "data", "korganizer/designer/" + type + "/*.ui", true, true ); for ( TQStringList::iterator it = list.begin(); it != list.end(); ++it ) { const TQString &fn = (*it).mid( (*it).findRev('/') + 1 ); -- cgit v1.2.1