diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:38:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 00:38:51 -0600 |
commit | 44ff5a3c798fe9c44df30cc898fbdffa44784d56 (patch) | |
tree | 7e804b8a5d5d8f4e653766a8a867972e5e39eb38 /kbabel/catalogmanager/libsvn/svndialog.h | |
parent | 5b6f5139f2f455cee37445c26a7036c76d7376bc (diff) | |
download | tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.tar.gz tdesdk-44ff5a3c798fe9c44df30cc898fbdffa44784d56.zip |
Rename KShared
Diffstat (limited to 'kbabel/catalogmanager/libsvn/svndialog.h')
-rw-r--r-- | kbabel/catalogmanager/libsvn/svndialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kbabel/catalogmanager/libsvn/svndialog.h b/kbabel/catalogmanager/libsvn/svndialog.h index 4190a172..6024d01c 100644 --- a/kbabel/catalogmanager/libsvn/svndialog.h +++ b/kbabel/catalogmanager/libsvn/svndialog.h @@ -50,7 +50,7 @@ class TQTextEdit; // Forwarding KDE classes class TDEProcess; class KTempFile; -class KSharedConfig; +class TDESharedConfig; /** * This class represents the dialog which is used for executing SVN commands @@ -72,7 +72,7 @@ class SVNDialog : public KDialog * Constructor for creating the dialog. * @param cmd The type of command to be executed. */ - SVNDialog( SVN::Command cmd, TQWidget * parent, KSharedConfig* config ); + SVNDialog( SVN::Command cmd, TQWidget * parent, TDESharedConfig* config ); ~SVNDialog(); /** * Set the list of files which will be used for the SVN command. @@ -146,7 +146,7 @@ class SVNDialog : public KDialog KTempFile* m_tempFile; /// Configuration data (of the KBabel project) - KSharedConfig* m_config; + TDESharedConfig* m_config; }; #endif // SVNDIALOG_H |