diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:24 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:28:24 -0600 |
commit | 20de04ce44f63fb911103d7870d39d2782d14cda (patch) | |
tree | bddd13cef2fae98892caf538dc64b5357732c517 /konq-plugins/fsview/fsview.h | |
parent | 4c097708c4cc24f3b8e4c21f14644f5715767d47 (diff) | |
download | tdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.tar.gz tdeaddons-20de04ce44f63fb911103d7870d39d2782d14cda.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/fsview/fsview.h')
-rw-r--r-- | konq-plugins/fsview/fsview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/konq-plugins/fsview/fsview.h b/konq-plugins/fsview/fsview.h index 2acde99..bcfd726 100644 --- a/konq-plugins/fsview/fsview.h +++ b/konq-plugins/fsview/fsview.h @@ -34,7 +34,7 @@ #include "inode.h" #include "scan.h" -class KConfig; +class TDEConfig; /* Cached Metric info config */ class MetricEntry @@ -66,7 +66,7 @@ public: FSView(Inode*, TQWidget* parent=0, const char* name=0); ~FSView(); - KConfig* config() { return _config; } + TDEConfig* config() { return _config; } void setPath(TQString); TQString path() { return _path; } @@ -88,7 +88,7 @@ public: static bool getDirMetric(const TQString&, double&, unsigned int&, unsigned int&); static void setDirMetric(const TQString&, double, unsigned int, unsigned int); - void saveMetric(KConfigGroup*); + void saveMetric(TDEConfigGroup*); void saveFSOptions(); // for color mode @@ -110,7 +110,7 @@ public slots: void completed(int dirs); private: - KConfig* _config; + TDEConfig* _config; ScanManager _sm; // when a contextMenu is shown, we don't allow async. refreshs |