aboutsummaryrefslogtreecommitdiff
path: root/src/ui/windowsystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windowsystem.h')
-rw-r--r--src/ui/windowsystem.h2
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);