summaryrefslogtreecommitdiffstats
path: root/kbabel/catalogmanager/libcvs/cvsdialog.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:38:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 00:38:51 -0600
commit44ff5a3c798fe9c44df30cc898fbdffa44784d56 (patch)
tree7e804b8a5d5d8f4e653766a8a867972e5e39eb38 /kbabel/catalogmanager/libcvs/cvsdialog.h
parent5b6f5139f2f455cee37445c26a7036c76d7376bc (diff)
downloadtdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.tar.gz
tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.zip
Rename KShared
Diffstat (limited to 'kbabel/catalogmanager/libcvs/cvsdialog.h')
-rw-r--r--kbabel/catalogmanager/libcvs/cvsdialog.h4
1 files changed, 2 insertions, 2 deletions
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