summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/quick_button.h
authorharlekin <harlekin>2002-10-24 12:53:46 (UTC)
committer harlekin <harlekin>2002-10-24 12:53:46 (UTC)
commit6d502006357bdfa3f2f03d8227dcc7e04fdcc93c (patch) (side-by-side diff)
treea9be901eb47b62a297b0b27ea7adac27de97228b /noncore/apps/opie-console/quick_button.h
parent36f411501a68daae3195b481d789864dfc9a2ce8 (diff)
downloadopie-6d502006357bdfa3f2f03d8227dcc7e04fdcc93c.zip
opie-6d502006357bdfa3f2f03d8227dcc7e04fdcc93c.tar.gz
opie-6d502006357bdfa3f2f03d8227dcc7e04fdcc93c.tar.bz2
do not build quickbutton anymore
Diffstat (limited to 'noncore/apps/opie-console/quick_button.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/quick_button.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/noncore/apps/opie-console/quick_button.h b/noncore/apps/opie-console/quick_button.h
deleted file mode 100644
index d3eb1bb..0000000
--- a/noncore/apps/opie-console/quick_button.h
+++ b/dev/null
@@ -1,27 +0,0 @@
-#ifndef QUICK_BUTTON_H
-#define QUICK_BUTTON_H
-
-#include <qframe.h>
-
-class QuickButton : public QFrame {
-
- Q_OBJECT
-
-public:
- QuickButton( QWidget *parent = 0 );
- ~QuickButton();
-
- signals:
-
- void keyPressed( ushort, ushort, bool, bool, bool );
-
-private slots:
- void hitEnter();
- void hitSpace();
- void hitTab();
- void hitPaste();
- void hitUp();
- void hitDown();
-};
-
-#endif