From 1d4158dd755a445fd42f2db7db5abab8084175cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Feb 2013 14:05:40 -0600 Subject: Rename KIcon to enhance compatibility with KDE4 --- kpresenter/autoformEdit/AFChoose.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kpresenter/autoformEdit/AFChoose.cpp') diff --git a/kpresenter/autoformEdit/AFChoose.cpp b/kpresenter/autoformEdit/AFChoose.cpp index 5914a6211..9c4e2e5e8 100644 --- a/kpresenter/autoformEdit/AFChoose.cpp +++ b/kpresenter/autoformEdit/AFChoose.cpp @@ -87,8 +87,8 @@ void AFChoose::setupTabs() { grpPtr->tab = new TQVBox(this); TQWhatsThis::add(grpPtr->tab, i18n( "Choose a predefined shape by clicking on it then clicking the OK button (or just double-click on the shape). You can then insert the shape onto your slide by drawing the area with the mouse pointer." ) ); - grpPtr->loadWid = new KIconCanvas(grpPtr->tab); - // Changes for the new KIconCanvas (Werner) + grpPtr->loadWid = new TDEIconCanvas(grpPtr->tab); + // Changes for the new TDEIconCanvas (Werner) TQDir d( grpPtr->dir.absFilePath() ); d.setNameFilter( "*.desktop" ); if( d.exists() ) { @@ -111,7 +111,7 @@ void AFChoose::setupTabs() } grpPtr->entries.insert(text, filename); // now load the icon and create the item - // This code is shamelessly borrowed from KIconCanvas::slotLoadFiles + // This code is shamelessly borrowed from TDEIconCanvas::slotLoadFiles TQImage img; img.load(icon); if (img.isNull()) { -- cgit v1.2.3