diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-25 00:38:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-05-25 00:38:11 +0900 |
commit | aca1506685d31830ca45a9f0953a045e2ee8716c (patch) | |
tree | 324cc97f99aed443e80ee450df539c95ca3358bd /src | |
parent | 03476892b1bf4f96b994eb1c978cfd5e5e83ce69 (diff) | |
download | tdepowersave-aca1506685d31830ca45a9f0953a045e2ee8716c.tar.gz tdepowersave-aca1506685d31830ca45a9f0953a045e2ee8716c.zip |
Adjusted after dropping obsolete Qt2's QVector classes.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r-- | src/screen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index 09c9d5c..3483aa8 100644 --- a/src/screen.h +++ b/src/screen.h @@ -28,7 +28,6 @@ // QT Header #include <tqstring.h> #include <tqwidget.h> -//#include <tqvector.h> #include <tqtimer.h> #include <tqevent.h> |