summaryrefslogtreecommitdiffstats
path: root/krusader/Panel/listpanel.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:12 -0600
commit527c1d6eee022fbe0fed30d64ca6695c48925be2 (patch)
tree0ce098887e1f76dcba419110ebe925c51363604a /krusader/Panel/listpanel.h
parentb8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (diff)
downloadkrusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.tar.gz
krusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'krusader/Panel/listpanel.h')
-rw-r--r--krusader/Panel/listpanel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/krusader/Panel/listpanel.h b/krusader/Panel/listpanel.h
index e88c375..c48b20d 100644
--- a/krusader/Panel/listpanel.h
+++ b/krusader/Panel/listpanel.h
@@ -153,10 +153,10 @@ protected slots:
void handleDropOnStatus( TQDropEvent * ); // handles drops on the status line
void startDragging( TQStringList, TQPixmap );
// those handle the in-panel refresh notifications
- void slotJobStarted(KIO::Job* job);
- void inlineRefreshInfoMessage( KIO::Job* job, const TQString &msg );
- void inlineRefreshListResult(KIO::Job* job);
- void inlineRefreshPercent( KIO::Job*, unsigned long );
+ void slotJobStarted(TDEIO::Job* job);
+ void inlineRefreshInfoMessage( TDEIO::Job* job, const TQString &msg );
+ void inlineRefreshListResult(TDEIO::Job* job);
+ void inlineRefreshPercent( TDEIO::Job*, unsigned long );
void inlineRefreshCancel();
signals:
@@ -195,7 +195,7 @@ public:
MediaButton *mediaButton;
SyncBrowseButton *syncBrowseButton;
KPushButton *inlineRefreshCancelButton;
- KIO::Job *inlineRefreshJob;
+ TDEIO::Job *inlineRefreshJob;
TQSplitter *splt;
TQHeader * header;