aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/keylist.h b/keylist.h
index 901f1ba..bc7ffdf 100644
--- a/keylist.h
+++ b/keylist.h
@@ -22,14 +22,14 @@
#ifndef __KEYLIST_H__
#define __KEYLIST_H__
-#include <QWidget>
-#include <QVBoxLayout>
-#include <QTableWidgetItem>
-#include <QLabel>
-#include <QMessageBox>
-#include <QtGui>
-#include <QTableWidget>
-#include <QPushButton>
+class QWidget;
+class QVBoxLayout;
+class QTableWidgetItem;
+class QLabel;
+class QMessageBox;
+class QtGui;
+class QTableWidget;
+class QPushButton;
#include "context.h"
class QMenu;