From 44ff5a3c798fe9c44df30cc898fbdffa44784d56 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 00:38:51 -0600 Subject: Rename KShared --- kbabel/catalogmanager/libcvs/cvsdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kbabel/catalogmanager/libcvs/cvsdialog.h') diff --git a/kbabel/catalogmanager/libcvs/cvsdialog.h b/kbabel/catalogmanager/libcvs/cvsdialog.h index b62cccc9..3731148b 100644 --- a/kbabel/catalogmanager/libcvs/cvsdialog.h +++ b/kbabel/catalogmanager/libcvs/cvsdialog.h @@ -73,7 +73,7 @@ class CVSDialog : public KDialog * Constructor for creating the dialog. * @param cmd The type of command to be executed. */ - CVSDialog( CVS::Command cmd, TQWidget * parent, KSharedConfig* config ); + CVSDialog( CVS::Command cmd, TQWidget * parent, TDESharedConfig* config ); ~CVSDialog(); /** * Set the list of files which will be used for the CVS command. @@ -153,7 +153,7 @@ class CVSDialog : public KDialog KComboBox* m_encodingComboBox; /// Configuration data (of the KBabel project) - KSharedConfig* m_config; + TDESharedConfig* m_config; }; #endif // CVSDIALOG_H -- cgit v1.2.1