Forgot to update include names as well...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18576 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
// license: public domain
|
||||
// authors: [email protected]
|
||||
/*
|
||||
* Copyright 2003-2006, Haiku, Inc. All Rights Reserved.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
* Jonas Sundström, [email protected]
|
||||
*/
|
||||
|
||||
|
||||
#include <Debug.h>
|
||||
|
||||
@@ -20,7 +26,8 @@
|
||||
#include "ZipOMaticMisc.h"
|
||||
#include "ZipOMaticView.h"
|
||||
#include "ZipOMaticWindow.h"
|
||||
#include "ZipOMaticZipper.h"
|
||||
#include "ZipperThread.h"
|
||||
|
||||
|
||||
ZippoWindow::ZippoWindow(BMessage * a_message)
|
||||
: BWindow(BRect(200,200,430,310), "Zip-O-Matic", B_TITLED_WINDOW, B_NOT_V_RESIZABLE), // | B_NOT_ZOOMABLE),
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
|
||||
#include "ZipOMaticZipper.h"
|
||||
#include "ZipperThread.h"
|
||||
#include "ZipOMaticWindow.h"
|
||||
#include "ZipOMaticMisc.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user