summaryrefslogtreecommitdiffstats
path: root/konversation/src/servergroupsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/servergroupsettings.h')
-rw-r--r--konversation/src/servergroupsettings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/servergroupsettings.h b/konversation/src/servergroupsettings.h
index 3a7cc2d..0603b8c 100644
--- a/konversation/src/servergroupsettings.h
+++ b/konversation/src/servergroupsettings.h
@@ -54,12 +54,12 @@ namespace Konversation
};
class ServerGroupSettings;
- typedef KSharedPtr<ServerGroupSettings> ServerGroupSettingsPtr;
+ typedef TDESharedPtr<ServerGroupSettings> ServerGroupSettingsPtr;
typedef TQValueList<ServerGroupSettingsPtr> ServerGroupList;
typedef TQValueList<ServerSettings> ServerList;
typedef TQValueList<ChannelSettings> ChannelList;
- class ServerGroupSettings : public KShared
+ class ServerGroupSettings : public TDEShared
{
public:
ServerGroupSettings();