diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:06:28 -0600 |
commit | 83b79bb29aaa412caec6abcdb42ca21d248b3b3a (patch) | |
tree | f48e8ae855d4a0be0c3ecf912a92168a829ff8c5 /src/k3btempdirselectionwidget.h | |
parent | 2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (diff) | |
download | k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.tar.gz k3b-83b79bb29aaa412caec6abcdb42ca21d248b3b3a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/k3btempdirselectionwidget.h')
-rw-r--r-- | src/k3btempdirselectionwidget.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/k3btempdirselectionwidget.h b/src/k3btempdirselectionwidget.h index bc0524a..639e7b6 100644 --- a/src/k3btempdirselectionwidget.h +++ b/src/k3btempdirselectionwidget.h @@ -23,7 +23,7 @@ class TQTimer; class TQLabel; class KURLRequester; -class KConfigBase; +class TDEConfigBase; /** @@ -45,7 +45,7 @@ class K3bTempDirSelectionWidget : public TQGroupBox /** * \return Free space in KB - * FIXME: use KIO::filesize_t and return the number of bytes + * FIXME: use TDEIO::filesize_t and return the number of bytes */ unsigned long freeTempSpace() const; TQString tempPath() const; @@ -60,7 +60,7 @@ class K3bTempDirSelectionWidget : public TQGroupBox public slots: void setTempPath( const TQString& ); void setSelectionMode( int mode ); - void setNeededSize( KIO::filesize_t bytes ); + void setNeededSize( TDEIO::filesize_t bytes ); /** * In file selection mode if the user enters a directory name it will @@ -74,8 +74,8 @@ class K3bTempDirSelectionWidget : public TQGroupBox */ void saveConfig(); - void readConfig( KConfigBase* ); - void saveConfig( KConfigBase* ); + void readConfig( TDEConfigBase* ); + void saveConfig( TDEConfigBase* ); private slots: void slotUpdateFreeTempSpace(); |