Changeset 5727
- Timestamp:
- 10/30/07 01:59:12 (13 months ago)
- Location:
- branches/qt-gui_qt4/src
- Files:
-
- 6 modified
- 4 moved
-
CMakeLists.txt (modified) (1 diff)
-
dialogs/userinfodlg.cpp (modified) (2 diffs)
-
settings/chat.cpp (modified) (1 diff)
-
userevents/usersendcommon.cpp (modified) (1 diff)
-
userevents/userviewevent.cpp (modified) (2 diffs)
-
widgets/CMakeLists.txt (modified) (1 diff)
-
widgets/historyview.cpp (moved) (moved from branches/qt-gui_qt4/src/historyview.cpp)
-
widgets/historyview.h (moved) (moved from branches/qt-gui_qt4/src/historyview.h)
-
widgets/mlview.cpp (moved) (moved from branches/qt-gui_qt4/src/mlview.cpp)
-
widgets/mlview.h (moved) (moved from branches/qt-gui_qt4/src/mlview.h)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/CMakeLists.txt
r5725 r5727 1 1 # Sources common for both Qt4- and KDE4-GUI 2 2 set(Qt-GUI_SRCS 3 historyview.cpp4 3 licqgui.cpp 5 4 mainwin.cpp 6 5 messagebox.cpp 7 mlview.cpp8 6 signalmanager.cpp 9 7 ) -
branches/qt-gui_qt4/src/dialogs/userinfodlg.cpp
r5725 r5727 72 72 #include <licq_log.h> 73 73 74 #include "widgets/historyview.h" 74 75 #include "widgets/infofield.h" 75 76 #include "widgets/mledit.h" 77 #include "widgets/mlview.h" 76 78 #include "widgets/tabwidget.h" 77 79 #include "widgets/timezoneedit.h" … … 89 91 #include "editfiledlg.h" 90 92 #include "messagebox.h" 91 #include "historyview.h"92 93 #include "mainwin.h" 93 #include "mlview.h"94 94 #include "phonedlg.h" 95 95 #include "signalmanager.h" -
branches/qt-gui_qt4/src/settings/chat.cpp
r5664 r5727 41 41 #include "helpers/usercodec.h" 42 42 #include "widgets/colorbutton.h" 43 #include "widgets/historyview.h" 43 44 #include "widgets/tabwidget.h" 44 45 #include "gui-defines.h" 45 #include "historyview.h"46 46 #include "mainwin.h" 47 47 -
branches/qt-gui_qt4/src/userevents/usersendcommon.cpp
r5725 r5727 57 57 #include "views/userview.h" 58 58 59 #include "widgets/historyview.h" 59 60 #include "widgets/infofield.h" 60 61 #include "widgets/mledit.h" 61 62 62 63 #include "messagebox.h" 63 #include "historyview.h"64 64 #include "mainwin.h" 65 65 #include "signalmanager.h" -
branches/qt-gui_qt4/src/userevents/userviewevent.cpp
r5725 r5727 50 50 51 51 #include "widgets/messagelist.h" 52 #include "widgets/mlview.h" 52 53 #include "widgets/skinnablebutton.h" 53 54 … … 55 56 #include "gui-defines.h" 56 57 #include "mainwin.h" 57 #include "mlview.h"58 58 #include "signalmanager.h" 59 59 -
branches/qt-gui_qt4/src/widgets/CMakeLists.txt
r5724 r5727 2 2 set(widgets_SRCS 3 3 colorbutton.cpp 4 historyview.cpp 4 5 infofield.cpp 5 6 messagelist.cpp 6 7 mledit.cpp 8 mlview.cpp 7 9 protocombobox.cpp 8 10 skinnablebutton.cpp
