summaryrefslogtreecommitdiffstats
path: root/wizards/servertype.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/servertype.h')
-rw-r--r--wizards/servertype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/servertype.h b/wizards/servertype.h
index 632bdd42..c7d8e7ea 100644
--- a/wizards/servertype.h
+++ b/wizards/servertype.h
@@ -94,7 +94,7 @@ class ServerType : public TQObject
*/
virtual void activateConnection( const TQString& uid, bool active ) = 0;
- virtual KConfigPropagator::Change::List changes() = 0;
+ virtual TDEConfigPropagator::Change::List changes() = 0;
};