diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:38:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:38:13 -0600 |
commit | 4bb787f41f7cdefac2aac33ef59317b7157302c1 (patch) | |
tree | c9726401d4eeb6fff8e78c4e35facb644c417e77 /ark/ark_part.h | |
parent | aef5eada7f51ee48f3d21448db290bd8f06953a8 (diff) | |
download | tdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.tar.gz tdeutils-4bb787f41f7cdefac2aac33ef59317b7157302c1.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ark/ark_part.h')
-rw-r--r-- | ark/ark_part.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ark/ark_part.h b/ark/ark_part.h index 5dce97c..6ec3202 100644 --- a/ark/ark_part.h +++ b/ark/ark_part.h @@ -37,7 +37,7 @@ class KPushButton; class ArkWidget; -namespace KIO +namespace TDEIO { class Job; } @@ -104,10 +104,10 @@ public slots: bool saveFile(); bool openURL( const KURL & url ); bool closeURL(); - void transferStarted( KIO::Job * ); + void transferStarted( TDEIO::Job * ); void transferCompleted(); void transferCanceled( const TQString& errMsg ); - void progressInformation( KIO::Job *, unsigned long ); + void progressInformation( TDEIO::Job *, unsigned long ); void cancelTransfer(); signals: @@ -146,7 +146,7 @@ private: KAction *popupOpenWithAction; KToggleAction *showSearchBar; - KIO::Job *m_job; + TDEIO::Job *m_job; }; #endif // ARK_PART_H |