mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
96cd9afe7b
commit
68b0c732f6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static const char Description[] = I18N_NOOP( "KDE System Monitor" );
|
|||
TopLevel* Toplevel;
|
||||
|
||||
TopLevel::TopLevel()
|
||||
: KXmlGuiWindow( NULL, Qt::WindowFlags(KDE_DEFAULT_WINDOWFLAGS) | Qt::WindowContextHelpButtonHint)
|
||||
: KXmlGuiWindow( NULL, Qt::WindowContextHelpButtonHint)
|
||||
{
|
||||
QDBusConnection::sessionBus().registerObject("/", this, QDBusConnection::ExportScriptableSlots);
|
||||
mTimerId = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue