diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:21 -0600 |
commit | 7864df7a5e0a69bb3e525ec3e47256bdcbf2832b (patch) | |
tree | 3aa53b371fc2482fb6bea9f8eca16b9524c1b332 /src/variouswidgets.cpp | |
parent | 3cedb6a5f7a9c3e0c04303289e025ce6fe91e164 (diff) | |
download | basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.tar.gz basket-7864df7a5e0a69bb3e525ec3e47256bdcbf2832b.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/variouswidgets.cpp')
-rw-r--r-- | src/variouswidgets.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/variouswidgets.cpp b/src/variouswidgets.cpp index 705aa98..b1a4d49 100644 --- a/src/variouswidgets.cpp +++ b/src/variouswidgets.cpp @@ -276,7 +276,7 @@ FontSizeCombo::FontSizeCombo(bool rw, bool withDefault, TQWidget *parent, const // connect( this, TQT_SIGNAL(acivated(const TQString&)), this, TQT_SLOT(textChangedInCombo(const TQString&)) ); connect( this, TQT_SIGNAL(textChanged(const TQString&)), this, TQT_SLOT(textChangedInCombo(const TQString&)) ); - // TODO: 01617 void KFontSizeAction::setFontSize( int size ) + // TODO: 01617 void TDEFontSizeAction::setFontSize( int size ) } FontSizeCombo::~FontSizeCombo() @@ -305,7 +305,7 @@ void FontSizeCombo::setFontSize(int size) { setCurrentText(TQString::number(size)); - // TODO: SEE KFontSizeAction::setFontSize( int size ) !!! for a more complete method! + // TODO: SEE TDEFontSizeAction::setFontSize( int size ) !!! for a more complete method! } int FontSizeCombo::fontSize() |