diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-29 19:00:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-29 19:00:37 +0000 |
commit | 25794f504692e5a36c490438814e9dfda8aaa2dd (patch) | |
tree | 8061e6d27b5bc9042afdff177872779c4e8c9015 /src/forwarddeclarations.h | |
parent | 35ff2a942f63b5201c04f41c3097e61cdd7817e9 (diff) | |
download | kchmviewer-25794f504692e5a36c490438814e9dfda8aaa2dd.tar.gz kchmviewer-25794f504692e5a36c490438814e9dfda8aaa2dd.zip |
TQt4 port kchmviewer
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1234150 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/forwarddeclarations.h')
-rw-r--r-- | src/forwarddeclarations.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/forwarddeclarations.h b/src/forwarddeclarations.h index ea8d8ee..4c988a1 100644 --- a/src/forwarddeclarations.h +++ b/src/forwarddeclarations.h @@ -22,14 +22,14 @@ #ifndef FORWARD_DECLARATIONS_H #define FORWARD_DECLARATIONS_H -class QComboBox; -class QListView; -class QListBox; -class QListViewItem; -class QListViewItemIterator; -class QLineEdit; -class QTabWidget; -class QToolButton; +class TQComboBox; +class TQListView; +class TQListBox; +class TQListViewItem; +class TQListViewItemIterator; +class TQLineEdit; +class TQTabWidget; +class TQToolButton; class KCHMMainWindow; class KCHMViewWindow; |