diff options
Diffstat (limited to 'tdm/kfrontend/kgapp.h')
-rw-r--r-- | tdm/kfrontend/kgapp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdm/kfrontend/kgapp.h b/tdm/kfrontend/kgapp.h index 4769ff65a..41a1dcabd 100644 --- a/tdm/kfrontend/kgapp.h +++ b/tdm/kfrontend/kgapp.h @@ -35,6 +35,7 @@ class GreeterApp : public KApplication { public: GreeterApp(); + GreeterApp(Display *dpy); GreeterApp(Display *dpy, Qt::HANDLE visual, Qt::HANDLE colormap); virtual bool x11EventFilter( XEvent * ); @@ -48,6 +49,7 @@ class GreeterApp : public KApplication { void deviceChanged( TDEGenericDevice * ); private: + void init(); int pingInterval; }; |