summaryrefslogtreecommitdiffstats
path: root/kdeui/kdialog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-08 05:21:48 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-08 05:21:48 +0000
commit47e6000a144cfedc244c0b1ff2580c6f90967451 (patch)
tree91baa65706634c43bd938650fbc94fa631ff32b7 /kdeui/kdialog.h
parent10868e2434cc7ca3be30630780a5a4b7b4cd0705 (diff)
downloadtdelibs-47e6000a144cfedc244c0b1ff2580c6f90967451.tar.gz
tdelibs-47e6000a144cfedc244c0b1ff2580c6f90967451.zip
Keep system modal dialogs on top of all other windows
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1257823 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdeui/kdialog.h')
-rw-r--r--kdeui/kdialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kdeui/kdialog.h b/kdeui/kdialog.h
index f26e82f41..274ce8b33 100644
--- a/kdeui/kdialog.h
+++ b/kdeui/kdialog.h
@@ -247,9 +247,11 @@ public:
void closeSMDialog();
protected slots:
+ void keepMeOnTop();
void closeEvent(TQCloseEvent *e);
private:
+ TQTimer* m_keepOnTopTimer;
TQLabel* m_statusLabel;
bool m_allowClose;
};