diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:49 -0600 |
commit | f8069e2ea048f2657cc417d83820576ec55c181b (patch) | |
tree | cbc5bf540866934a91e0f33b260fc7a25e191fad /cervisia/addrepositorydlg.cpp | |
parent | e6aaa3624cc6179b82a9bfff1760e742a669064c (diff) | |
download | tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.tar.gz tdesdk-f8069e2ea048f2657cc417d83820576ec55c181b.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'cervisia/addrepositorydlg.cpp')
-rw-r--r-- | cervisia/addrepositorydlg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/addrepositorydlg.cpp b/cervisia/addrepositorydlg.cpp index c370b02a..342f52b2 100644 --- a/cervisia/addrepositorydlg.cpp +++ b/cervisia/addrepositorydlg.cpp @@ -32,7 +32,7 @@ #include <knuminput.h> -AddRepositoryDialog::AddRepositoryDialog(KConfig& cfg, const TQString& repo, +AddRepositoryDialog::AddRepositoryDialog(TDEConfig& cfg, const TQString& repo, TQWidget* parent, const char* name) : KDialogBase(parent, name, true, i18n("Add Repository"), Ok | Cancel, Ok, true) @@ -114,7 +114,7 @@ void AddRepositoryDialog::setCompression(int compression) { if( compression < 0 ) { - // TODO: use KConfigXT to retrieve default compression level + // TODO: use TDEConfigXT to retrieve default compression level m_compressionLevel->setValue(0); m_useDifferentCompression->setChecked(false); } |