summaryrefslogtreecommitdiffstats
path: root/kdf/mntconfig.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-04 14:19:04 -0600
commit34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (patch)
treec7fe414e406e16a97e53d9eed0979d9ea85d2915 /kdf/mntconfig.h
parente6b6046f50ea600fc78e00071e2a79e3c8c08ccd (diff)
downloadtdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.tar.gz
tdeutils-34ec7cf1e70300eb43f3822ce3261893f9f8ace6.zip
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kdf/mntconfig.h')
-rw-r--r--kdf/mntconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdf/mntconfig.h b/kdf/mntconfig.h
index 3ae0c1a..6ea8125 100644
--- a/kdf/mntconfig.h
+++ b/kdf/mntconfig.h
@@ -36,7 +36,7 @@ class TQGroupBox;
class TQPushButton;
class TQRadioButton;
class TQLineEdit;
-class KIconButton;
+class TDEIconButton;
class CListView;
class TQListViewItem;
@@ -90,7 +90,7 @@ class MntConfigWidget : public TQWidget
TQLineEdit *mUmountLineEdit;
TQPushButton *mMountButton;
TQPushButton *mUmountButton;
- KIconButton *mIconButton;
+ TDEIconButton *mIconButton;
DiskList mDiskList;
bool mInitializing;
TQMemArray<TQListViewItem*> mDiskLookup;