summaryrefslogtreecommitdiffstats
path: root/src/newstreamosd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newstreamosd.h')
-rw-r--r--src/newstreamosd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newstreamosd.h b/src/newstreamosd.h
index 95705a9..a2f332b 100644
--- a/src/newstreamosd.h
+++ b/src/newstreamosd.h
@@ -26,7 +26,7 @@
class TQPaintEvent;
class TQMouseEvent;
-class KConfigBase;
+class TDEConfigBase;
class TQHBox;
class TQListView;
class TQToolButton;
@@ -49,8 +49,8 @@ class StreamOSD : public TQWidget
int screen() const { return m_screen; }
const TQPoint& position() const { return m_position; }
- void readSettings( KConfigBase* );
- void saveSettings( KConfigBase* );
+ void readSettings( TDEConfigBase* );
+ void saveSettings( TDEConfigBase* );
signals:
void requestHideMonitor();