summaryrefslogtreecommitdiffstats
path: root/src/configpluginspage.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:05:53 -0600
commit4955fd5009a6f4b615fec006c960c0ed99e3d9a7 (patch)
tree5721cb5c85684019e0649729dca1b90e93934efb /src/configpluginspage.h
parent5b1e3197e7c9ef6e24eaf7863a7ddea5996e581b (diff)
downloadsoundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.tar.gz
soundkonverter-4955fd5009a6f4b615fec006c960c0ed99e3d9a7.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/configpluginspage.h')
-rwxr-xr-xsrc/configpluginspage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configpluginspage.h b/src/configpluginspage.h
index 70f77c9..4c0bd00 100755
--- a/src/configpluginspage.h
+++ b/src/configpluginspage.h
@@ -8,7 +8,7 @@
class Config;
class KPushButton;
-class KListBox;
+class TDEListBox;
class TQCheckBox;
/**
@@ -32,12 +32,12 @@ public:
virtual ~ConfigPluginsPage();
private:
- KListBox* lPlugins;
+ TDEListBox* lPlugins;
KPushButton* pAddPlugin;
TDEIO::FileCopyJob* getPluginJob;
KPushButton* pRemovePlugin;
KPushButton* pAboutPlugin;
- KListBox* lOnlinePlugins;
+ TDEListBox* lOnlinePlugins;
KPushButton* pRefreshOnlinePlugins;
TDEIO::FileCopyJob* refreshOnlinePluginsJob;
KPushButton* pInstallOnlinePlugin;