diff options
Diffstat (limited to 'src/ui/windowsystem.h')
| -rw-r--r-- | src/ui/windowsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/windowsystem.h b/src/ui/windowsystem.h index bc317f426..051982de5 100644 --- a/src/ui/windowsystem.h +++ b/src/ui/windowsystem.h @@ -28,7 +28,7 @@ class WindowSystem public: #ifdef Q_WS_X11 static void ghostWindow(WId id); - static char* netWindowManagerName(); + static QString netWindowManagerName(); static void changeWinSticky(WId win, bool stick); private: static unsigned char* getWindowProperty(WId win, const char* prop); |
