summaryrefslogtreecommitdiff
path: root/attic/muse2-oom/muse2/muse/widgets/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'attic/muse2-oom/muse2/muse/widgets/header.h')
-rw-r--r--attic/muse2-oom/muse2/muse/widgets/header.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/attic/muse2-oom/muse2/muse/widgets/header.h b/attic/muse2-oom/muse2/muse/widgets/header.h
deleted file mode 100644
index 83680f8a..00000000
--- a/attic/muse2-oom/muse2/muse/widgets/header.h
+++ /dev/null
@@ -1,32 +0,0 @@
-//=========================================================
-// MusE
-// Linux Music Editor
-// $Id: header.h,v 1.1.1.1 2003/10/27 18:55:03 wschweer Exp $
-// (C) Copyright 2000 Werner Schweer (ws@seh.de)
-//=========================================================
-
-#ifndef __HEADER_H__
-#define __HEADER_H__
-
-#include <QHeaderView>
-
-class QStandardItemModel;
-
-class Xml;
-
-class Header : public QHeaderView {
- Q_OBJECT
-
- QStandardItemModel *itemModel;
-
- public:
- Header(QWidget* parent=0, const char* name=0);
- void writeStatus(int level, Xml&) const;
- void readStatus(Xml&);
- void setColumnLabel( const QString & s, int col, int width = -1 );
- void setToolTip(int col, const QString &text);
- void setWhatsThis(int col, const QString &text);
-};
-
-#endif
-