diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:09 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-02 19:14:09 +0000 |
commit | 00cef9840e19aae7a7541da60d1b60190cb5afec (patch) | |
tree | 5fd6aeed14f01486335c754dd96bae31203cecd2 /kate/insertcommand/plugin_kateinsertcommand.h | |
parent | 7346aee26bf190a7e70333c40fab4caca847cd27 (diff) | |
download | tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip |
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/insertcommand/plugin_kateinsertcommand.h')
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/insertcommand/plugin_kateinsertcommand.h b/kate/insertcommand/plugin_kateinsertcommand.h index aa0f904..03a1415 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.h +++ b/kate/insertcommand/plugin_kateinsertcommand.h @@ -44,10 +44,10 @@ namespace Kate { class KConfig; class KProcess; class KShellProcess; -class QButtonGroup; -class QCheckBox; -class QSpinBox; -class QStringList; +class TQButtonGroup; +class TQCheckBox; +class TQSpinBox; +class TQStringList; class WaitDlg; class PluginKateInsertCommand : public Kate::Plugin, |