summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/addicondlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/addicondlg.cpp')
-rw-r--r--buildtools/autotools/addicondlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp
index 2f1ab292..965d3b4e 100644
--- a/buildtools/autotools/addicondlg.cpp
+++ b/buildtools/autotools/addicondlg.cpp
@@ -88,7 +88,7 @@ void AddIconDialog::accept()
TQString destpath = destdir + "/" + name;
TQString size = size_combo->currentText();
- TQString unknown = KIconTheme::defaultThemeName()+ "/" + size + "x" + size + "/mimetypes/unknown.png";
+ TQString unknown = TDEIconTheme::defaultThemeName()+ "/" + size + "x" + size + "/mimetypes/unknown.png";
TQString templateFileName = locate("icon", unknown);
kdDebug(9020) << "Unknown: " << unknown << ", template: " << templateFileName << endl;