diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:40 -0600 |
commit | 7bc058d1bffbd79bf9d9416f879ccb4873b6045e (patch) | |
tree | 829c8e24b6d0e8f1113abff459b7a58dd284d488 /kbugbuster | |
parent | a50010465ab0fa1ded54efb4f41d342d9d49971e (diff) | |
download | tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.tar.gz tdesdk-7bc058d1bffbd79bf9d9416f879ccb4873b6045e.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kbugbuster')
-rw-r--r-- | kbugbuster/gui/preferencesdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/preferencesdialog.cpp b/kbugbuster/gui/preferencesdialog.cpp index 48cd1fae..5151be02 100644 --- a/kbugbuster/gui/preferencesdialog.cpp +++ b/kbugbuster/gui/preferencesdialog.cpp @@ -77,7 +77,7 @@ PreferencesDialog::~PreferencesDialog() void PreferencesDialog::setupServerPage() { TQFrame *topFrame = addPage( i18n("Servers"), 0, - DesktopIcon( "gohome", KIcon::SizeMedium ) ); + DesktopIcon( "gohome", TDEIcon::SizeMedium ) ); TQBoxLayout *layout = new TQVBoxLayout( topFrame ); layout->setSpacing( spacingHint() ); @@ -108,7 +108,7 @@ void PreferencesDialog::setupServerPage() void PreferencesDialog::setupAdvancedPage() { TQFrame *topFrame = addPage( i18n("Advanced"), 0, - DesktopIcon( "misc", KIcon::SizeMedium ) ); + DesktopIcon( "misc", TDEIcon::SizeMedium ) ); TQBoxLayout *layout = new TQVBoxLayout( topFrame ); layout->setSpacing( spacingHint() ); |