Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 12 years ago
parent fe1fc00450
commit 0bfbc1f2cf

@ -18,7 +18,7 @@
class KAction; class KAction;
class KActionCollection; class KActionCollection;
class KConfig; class TDEConfig;
class KPopupMenu; class KPopupMenu;
class KRadioAction; class KRadioAction;
class KSelectAction; class KSelectAction;
@ -235,7 +235,7 @@ protected:
/** /**
* Configuration and GUI elements. * Configuration and GUI elements.
*/ */
KConfig* config; TDEConfig* config;
/**< The configuration for the underlying application. */ /**< The configuration for the underlying application. */
StatDock* dock[2]; StatDock* dock[2];
/**< The two system tray windows maintained by this pop-up. /**< The two system tray windows maintained by this pop-up.

Loading…
Cancel
Save