diff options
Diffstat (limited to 'bab/main.cpp')
-rw-r--r-- | bab/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bab/main.cpp b/bab/main.cpp index 14b23d1..df09293 100644 --- a/bab/main.cpp +++ b/bab/main.cpp @@ -330,7 +330,7 @@ void bab::saveSettings(){ delete config; } -QPoint *BabSwitcher::globalPos = new QPoint::QPoint(0,0); +QPoint *BabSwitcher::globalPos = new QPoint(0,0); BabSwitcher::BabSwitcher(bab *parent, const char *name) : KSystemTray(parent,name), DCOPObject("babInterface") { |