summaryrefslogtreecommitdiffstats
path: root/kdesktop/lock/main.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-22 00:18:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-03-22 00:18:32 -0500
commitbf0b8eb3b27ea20173bee2690a8daef410a00b59 (patch)
treede0b191086dc9641059ac41606346abf6f91bc9b /kdesktop/lock/main.h
parent2e6d8f1b552cb9a4870291fcd7c8c1d52c101608 (diff)
downloadtdebase-bf0b8eb3b27ea20173bee2690a8daef410a00b59.tar.gz
tdebase-bf0b8eb3b27ea20173bee2690a8daef410a00b59.zip
Clean up spurious kdesktop_lock X11 error messages
Introduce disabled framework for future ARGB visual support
Diffstat (limited to 'kdesktop/lock/main.h')
-rw-r--r--kdesktop/lock/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesktop/lock/main.h b/kdesktop/lock/main.h
index aabdbdc63..6caaa0898 100644
--- a/kdesktop/lock/main.h
+++ b/kdesktop/lock/main.h
@@ -28,6 +28,7 @@ class MyApp : public TDEApplication {
Q_OBJECT
public:
MyApp() : TDEApplication(), lastTick( 0 ) {}
+ MyApp(Display *display, Qt::HANDLE visual = 0, Qt::HANDLE colormap = 0, bool allowStyles=true) : TDEApplication(display, visual, colormap, allowStyles), lastTick( 0 ) {}
protected:
bool x11EventFilter( XEvent * );
signals: