refactored faketoolbar into core -> designmodetoolbar

Reviewed-by: kkoehne
This commit is contained in:
Lasse Holmstedt
2010-03-09 09:42:22 +01:00
parent 54aefb71de
commit a4cfad693c
9 changed files with 93 additions and 236 deletions

View File

@@ -81,7 +81,8 @@ SOURCES += mainwindow.cpp \
eventfilteringmainwindow.cpp \
imode.cpp \
editormanager/systemeditor.cpp \
designmode.cpp
designmode.cpp \
faketoolbar.cpp
HEADERS += mainwindow.h \
editmode.h \
@@ -161,7 +162,8 @@ HEADERS += mainwindow.h \
settingsdatabase.h \
eventfilteringmainwindow.h \
editormanager/systemeditor.h \
designmode.h
designmode.h \
designmodetoolbar.h
FORMS += dialogs/newdialog.ui \
dialogs/shortcutsettings.ui \