summaryrefslogtreecommitdiffstats
path: root/tdeio/misc/uiserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/misc/uiserver.h')
-rw-r--r--tdeio/misc/uiserver.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeio/misc/uiserver.h b/tdeio/misc/uiserver.h
index baf495dfe..c86886bac 100644
--- a/tdeio/misc/uiserver.h
+++ b/tdeio/misc/uiserver.h
@@ -55,7 +55,7 @@ struct ListProgressColumnConfig
* List view in the UIServer.
* @internal
*/
-class TDEIO_EXPORT ListProgress : public KListView {
+class TDEIO_EXPORT ListProgress : public TDEListView {
Q_OBJECT
@@ -214,7 +214,7 @@ class UIServerSystemTray;
*
* @internal
*/
-class TDEIO_EXPORT UIServer : public KMainWindow, public DCOPObject {
+class TDEIO_EXPORT UIServer : public TDEMainWindow, public DCOPObject {
K_DCOP
Q_OBJECT
@@ -382,7 +382,7 @@ protected slots:
void slotJobCanceled( ProgressItem * );
void slotApplyConfig();
- void slotShowContextMenu(KListView*, TQListViewItem *item, const TQPoint& pos);
+ void slotShowContextMenu(TDEListView*, TQListViewItem *item, const TQPoint& pos);
protected:
@@ -396,7 +396,7 @@ protected:
TQTimer* updateTimer;
ListProgress* listProgress;
- KToolBar::BarPosition toolbarPos;
+ TDEToolBar::BarPosition toolbarPos;
TQString properties;
void applySettings();