From b97ee238f88e9578da228388210cd8cab5360778 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:18:14 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- korganizer/urihandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/urihandler.cpp') diff --git a/korganizer/urihandler.cpp b/korganizer/urihandler.cpp index 09edb36c3..f5b91e781 100644 --- a/korganizer/urihandler.cpp +++ b/korganizer/urihandler.cpp @@ -117,7 +117,7 @@ bool UriHandler::process( TQWidget *parent, const TQString &uri ) // KaddressBook is not already running. // Pass it the UID of the contact via the command line while starting it - its neater. // We start it without its main interface - TQString iconPath = TDEGlobal::iconLoader()->iconPath( "go", KIcon::Small ); + TQString iconPath = TDEGlobal::iconLoader()->iconPath( "go", TDEIcon::Small ); TQString tmpStr = "kaddressbook --editor-only --uid "; tmpStr += TDEProcess::quote( uid ); KRun::runCommand( tmpStr, "KAddressBook", iconPath ); -- cgit v1.2.1