Use Qt class headers, not Qt module headers.
commit5ffa2e7ec7146a9fc39a039c1b9d2eab66271cbc
authorDavid Greaves <david@dgreaves.com>
Fri, 13 Mar 2009 20:49:06 +0000 (13 20:49 +0000)
committerDavid Greaves <david@dgreaves.com>
Fri, 13 Mar 2009 20:49:06 +0000 (13 20:49 +0000)
tree85bc25ba0a5f669acb63b9452c632dc72c7050b0
parent41d807ac32b2e15c4ee6a8759c0d6ff91bce73ce
Use Qt class headers, not Qt module headers.

Note that src/ui/mainwindow.h still uses the QtGui module header. But
only because I couldn't figure out how to get it to compile otherwise.
I am so pathetic.

Signed-off-by: Erik Hovland <erik@hovland.org>
15 files changed:
src/List.h
src/ui/CategoryDialog.cc
src/ui/CategoryDialog.h
src/ui/CategoryView.cc
src/ui/CategoryView.h
src/ui/ItemDialog.cc
src/ui/ItemDialog.h
src/ui/ItemView.cc
src/ui/ItemView.h
src/ui/LabelEntry.cc
src/ui/ListView.cc
src/ui/PreferencesDialog.cc
src/ui/PreferencesDialog.h
src/ui/QFingerScrollArea.cc
src/xmlList.cc