summaryrefslogtreecommitdiffstats
path: root/parts/tools/toolsconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/tools/toolsconfig.h')
-rw-r--r--parts/tools/toolsconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/tools/toolsconfig.h b/parts/tools/toolsconfig.h
index 23081676..074d5900 100644
--- a/parts/tools/toolsconfig.h
+++ b/parts/tools/toolsconfig.h
@@ -9,7 +9,7 @@
class TQListBox;
class TQPushButton;
-class TDevApplicationTree;
+class KDevApplicationTree;
class Entry
{
@@ -60,7 +60,7 @@ private slots:
private:
- TDevApplicationTree *_tree;
+ KDevApplicationTree *_tree;
TQListBox *_list;
TQPushButton *_toList, *_toTree;