diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:46:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:46:38 -0600 |
commit | 46850422d6f857317455a6f7682bda9af4ba77f8 (patch) | |
tree | e7ccd19a8665415f634e26279d998173f7aa764f /tdeui/knuminput.h | |
parent | d4396ecfa2ba4c7cf44c028ea02b5de76878d6b8 (diff) | |
download | tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.tar.gz tdelibs-46850422d6f857317455a6f7682bda9af4ba77f8.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'tdeui/knuminput.h')
-rw-r--r-- | tdeui/knuminput.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeui/knuminput.h b/tdeui/knuminput.h index dd43092ef..3c4cb15f7 100644 --- a/tdeui/knuminput.h +++ b/tdeui/knuminput.h @@ -46,7 +46,7 @@ class KIntSpinBox; * for a different variable type * */ -class KDEUI_EXPORT KNumInput : public TQWidget +class TDEUI_EXPORT KNumInput : public TQWidget { Q_OBJECT TQ_OBJECT @@ -185,7 +185,7 @@ private: * @version $Id$ */ -class KDEUI_EXPORT KIntNumInput : public KNumInput +class TDEUI_EXPORT KIntNumInput : public KNumInput { Q_OBJECT TQ_OBJECT @@ -431,7 +431,7 @@ class KDoubleLine; * @see KIntNumInput, KDoubleSpinBox */ -class KDEUI_EXPORT KDoubleNumInput : public KNumInput +class TDEUI_EXPORT KDoubleNumInput : public KNumInput { Q_OBJECT TQ_OBJECT @@ -704,7 +704,7 @@ private: * The class provides an easy interface to use other * numeric systems than the decimal. */ -class KDEUI_EXPORT KIntSpinBox : public TQSpinBox +class TDEUI_EXPORT KIntSpinBox : public TQSpinBox { Q_OBJECT TQ_OBJECT @@ -835,7 +835,7 @@ private: @since 3.1 **/ -class KDEUI_EXPORT KDoubleSpinBox : public TQSpinBox { +class TDEUI_EXPORT KDoubleSpinBox : public TQSpinBox { Q_OBJECT TQ_OBJECT Q_PROPERTY( bool acceptLocalizedNumbers READ acceptLocalizedNumbers WRITE setAcceptLocalizedNumbers ) |