From 28edc0aa2ab09297288186f5bc15765eb7be58c0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:47:22 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- tdeui/kdialogbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeui/kdialogbase.h') diff --git a/tdeui/kdialogbase.h b/tdeui/kdialogbase.h index c47a6a2e9..893e049f7 100644 --- a/tdeui/kdialogbase.h +++ b/tdeui/kdialogbase.h @@ -831,7 +831,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog * If no size is saved for one dimension of the screen, sizeHint() is returned. * * @param groupName Name of the group to read from. The old group - * of KGlobal::config is preserved. + * of TDEGlobal::config is preserved. */ TQSize configDialogSize( const TQString& groupName ) const; @@ -841,7 +841,7 @@ class TDEUI_EXPORT KDialogBase : public KDialog * * @param config The KConfig object to read from * @param groupName Name of the group to read from. The old group - * of KGlobal::config is preserved. + * of TDEGlobal::config is preserved. * @since 3.2 */ TQSize configDialogSize( KConfig& config, const TQString& groupName ) const; -- cgit v1.2.3