summaryrefslogtreecommitdiff
path: root/library/qpeapplication.cpp
authorllornkcor <llornkcor>2004-04-25 11:17:38 (UTC)
committer llornkcor <llornkcor>2004-04-25 11:17:38 (UTC)
commit84466242f91283378aec1b1ecda0bb27eb4f6097 (patch) (side-by-side diff)
tree55fd40bfa6dbfbd3cccdb9de51551d7861603b0c /library/qpeapplication.cpp
parentab09b0ec3c7fb83d6438af1e4f9cebedaeab71df (diff)
downloadopie-84466242f91283378aec1b1ecda0bb27eb4f6097.zip
opie-84466242f91283378aec1b1ecda0bb27eb4f6097.tar.gz
opie-84466242f91283378aec1b1ecda0bb27eb4f6097.tar.bz2
remove commented
Diffstat (limited to 'library/qpeapplication.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpeapplication.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index c875ff2..86dbe85 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -1045,14 +1045,6 @@ void QPEApplication::mapToDefaultAction( QWSKeyEvent * ke, int key )
#endif
}
-// class HackWidget : public QWidget
-// {
-// public:
-// bool needsOk()
-// {
-// return ( getWState() & WState_Reserved1 );
-// }
-// };
/*!
\internal
@@ -1122,6 +1114,7 @@ bool QPEApplication::qwsEventFilter( QWSEvent * e )
( int ) active->winId() == ke->simpleData.window &&
!active->testWFlags( WStyle_Dialog | WStyle_Customize | WType_Popup | WType_Desktop ) ) {
if ( active->inherits( "QDialog" ) ) {
+ qDebug("dialog hack");
HackDialog * d = ( HackDialog * ) active;
d->rejectIt();
return TRUE;