diff options
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 |