-rw-r--r-- | core/launcher/server.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/launcher/server.pro b/core/launcher/server.pro index 5f2aa02..3e74ab4 100644 --- a/core/launcher/server.pro +++ b/core/launcher/server.pro @@ -2,13 +2,13 @@ TEMPLATE = app CONFIG += qt warn_on DESTDIR = $$(OPIEDIR)/bin HEADERS += server.h \ - qrr.h \ + qrr.h \ serverinterface.h \ launchertab.h \ documentlist.h \ appicons.h \ taskbar.h \ runningappbar.h \ @@ -32,13 +32,13 @@ HEADERS += server.h \ qprocess.h \ screensaver.h \ $$(OPIEDIR)/noncore/settings/mediummount/mediumwidget.h \ mediadlg.h SOURCES += server.cpp \ - qrr.cpp \ + qrr.cpp \ serverinterface.cpp \ launchertab.cpp \ documentlist.cpp \ appicons.cpp \ taskbar.cpp \ runningappbar.cpp \ |