From 75cf20e5d10de7b6ab506bd1ad6321c77ff1ad5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:08:09 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/kmplayerconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmplayerconfig.cpp') diff --git a/src/kmplayerconfig.cpp b/src/kmplayerconfig.cpp index 3337585..5839b79 100644 --- a/src/kmplayerconfig.cpp +++ b/src/kmplayerconfig.cpp @@ -83,7 +83,7 @@ static OutputDriver _vds [] = { static const int ADRIVER_ARTS_INDEX = 4; -KDE_NO_CDTOR_EXPORT Settings::Settings (PartBase * player, KConfig * config) +KDE_NO_CDTOR_EXPORT Settings::Settings (PartBase * player, TDEConfig * config) : pagelist (0L), configdialog (0L), m_config (config), m_player (player) { audiodrivers = _ads; videodrivers = _vds; -- cgit v1.2.1