diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:56 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:56 +0000 |
commit | ac67f6fe92d0636cca6be02734552abc3a517233 (patch) | |
tree | f1f49f61b9867160d2f78352ffd99df74b8eb99f /ksysv/Properties.h | |
parent | aa3a1ca934bc541bddd3fa136a85f106f7da266e (diff) | |
download | tdeadmin-ac67f6fe92d0636cca6be02734552abc3a517233.tar.gz tdeadmin-ac67f6fe92d0636cca6be02734552abc3a517233.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1158416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysv/Properties.h')
-rw-r--r-- | ksysv/Properties.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksysv/Properties.h b/ksysv/Properties.h index d26cb91..603cb98 100644 --- a/ksysv/Properties.h +++ b/ksysv/Properties.h @@ -5,10 +5,10 @@ #include <kpropertiesdialog.h> -class QHBox; -class QVBox; -class QTextView; -class QSpinBox; +class TQHBox; +class TQVBox; +class TQTextView; +class TQSpinBox; class KLineEdit; |