diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:14:12 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-13 01:14:12 +0000 |
commit | 8957708ccee6892f70933d5da089e57ff77a0005 (patch) | |
tree | 8eb5fd5fbc83e3c202663d496b119f587fe520ae /wizards/groupwarewizard.h | |
parent | 3fcac17ef64103be02431a689a0538e997296a92 (diff) | |
download | tdepim-8957708ccee6892f70933d5da089e57ff77a0005.tar.gz tdepim-8957708ccee6892f70933d5da089e57ff77a0005.zip |
Added the ability to disable resources at compile time
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1174624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'wizards/groupwarewizard.h')
-rw-r--r-- | wizards/groupwarewizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/groupwarewizard.h b/wizards/groupwarewizard.h index 9a6c25885..6946c360e 100644 --- a/wizards/groupwarewizard.h +++ b/wizards/groupwarewizard.h @@ -26,7 +26,7 @@ class OverViewPage; -class GroupwareWizard : public QWidget +class GroupwareWizard : public TQWidget { Q_OBJECT |