summaryrefslogtreecommitdiffstats
path: root/lib/util/configwidgetproxy.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-16 13:53:18 -0600
committerTimothy Pearson <[email protected]>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /lib/util/configwidgetproxy.h
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
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.