summaryrefslogtreecommitdiffstats
path: root/lib/util/configwidgetproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/configwidgetproxy.h')
-rw-r--r--lib/util/configwidgetproxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/configwidgetproxy.h b/lib/util/configwidgetproxy.h
index 1c48d4c7..145483b1 100644
--- a/lib/util/configwidgetproxy.h
+++ b/lib/util/configwidgetproxy.h
@@ -85,7 +85,7 @@ public:
* @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal.
* @param icon The name of the icon to use.
*/
- void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" );
+ void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
/**
* Tells the proxy you want a page in the Project Settings.
@@ -93,7 +93,7 @@ public:
* @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal.
* @param icon The name of the icon to use.
*/
- void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" );
+ void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" );
/**
* Removes a config page from the proxy. Next time the settings dialog opens, this page will not be available.