summaryrefslogtreecommitdiffstats
path: root/tdeui/kdialogbase.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:35:07 -0600
commit703fb0c89c2eee56a1e613e67a446db9d4287929 (patch)
treedd8c5ca66075cd89c2638a2b48cf78386a9870a7 /tdeui/kdialogbase.h
parent818e7abec3d5d3809b6b77293558678371c16b71 (diff)
downloadtdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.tar.gz
tdelibs-703fb0c89c2eee56a1e613e67a446db9d4287929.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'tdeui/kdialogbase.h')
-rw-r--r--tdeui/kdialogbase.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kdialogbase.h b/tdeui/kdialogbase.h
index 893e049f7..1bc910fd6 100644
--- a/tdeui/kdialogbase.h
+++ b/tdeui/kdialogbase.h
@@ -839,12 +839,12 @@ class TDEUI_EXPORT KDialogBase : public KDialog
* read the dialogs size from the configuration according to the screen size.
* If no size is saved for one dimension of the screen, sizeHint() is returned.
*
- * @param config The KConfig object to read from
+ * @param config The TDEConfig object to read from
* @param groupName Name of the group to read from. The old group
* of TDEGlobal::config is preserved.
* @since 3.2
*/
- TQSize configDialogSize( KConfig& config, const TQString& groupName ) const;
+ TQSize configDialogSize( TDEConfig& config, const TQString& groupName ) const;
/**
* save the dialogs size dependant on the screen dimension either to the
@@ -860,14 +860,14 @@ class TDEUI_EXPORT KDialogBase : public KDialog
/**
* save the dialogs size dependant on the screen dimension.
*
- * @param config The KConfig object to write to.
+ * @param config The TDEConfig object to write to.
* @param groupName The group to which the dialogs size is saved. See
* configDialogSize to read the size.
* @param global Set to true if the entry should go to the global config.
* Default is false.
* @since 3.2
*/
- void saveDialogSize( KConfig& config, const TQString& groupName,
+ void saveDialogSize( TDEConfig& config, const TQString& groupName,
bool global=false ) const;
/**