Fix pedentic

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=846662
This commit is contained in:
Laurent Montel 2008-08-13 20:24:37 +00:00
parent 655d71a588
commit 46c8f7306b
2 changed files with 2 additions and 2 deletions

View File

@ -89,6 +89,6 @@ QScrollBar *ScrollBar::nativeWidget() const
return static_cast<QScrollBar*>(widget());
}
};
}
#include <scrollbar.moc>

View File

@ -45,4 +45,4 @@ public:
QScrollBar *nativeWidget() const;
};
};
}