summaryrefslogtreecommitdiffstats
path: root/src/configenvironmentpage.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:05:53 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:05:53 -0600
commit4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (patch)
tree5721cb5c85684019e0649729dca1b90e93934efb /src/configenvironmentpage.h
parent5b1e3197e7c9ef6e24eaf7863a7ddea5996e581b (diff)
downloadsoundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.tar.gz
soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.zip
Rename a number of classes to enhance compatibility with KDE4
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;