summaryrefslogtreecommitdiffstats
path: root/src/configenvironmentpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configenvironmentpage.h')
-rwxr-xr-xsrc/configenvironmentpage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/configenvironmentpage.h b/src/configenvironmentpage.h
index e1ea1f2..9b22f51 100755
--- a/src/configenvironmentpage.h
+++ b/src/configenvironmentpage.h
@@ -7,7 +7,7 @@
class Config;
class KPushButton;
-class KListBox;
+class TDEListBox;
/**
* @short The page for configuring the environment
@@ -30,13 +30,13 @@ public:
virtual ~ConfigEnvironmentPage();
private:
- KListBox* lDirectories;
+ TDEListBox* lDirectories;
KPushButton* pDirUp;
KPushButton* pDirDown;
KPushButton* pAddDirectory;
KPushButton* pRemoveDirectory;
- KListBox* lFoundPrograms;
- KListBox* lNotFoundPrograms;
+ TDEListBox* lFoundPrograms;
+ TDEListBox* lNotFoundPrograms;
Config* config;