Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Graphics
KRuler
Commits
a88e5146
Commit
a88e5146
authored
Dec 14, 2008
by
Mathias Soeken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix includes
svn path=/trunk/KDE/kdegraphics/kruler/; revision=896720
parent
9f713a0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
klineal.cpp
klineal.cpp
+5
-7
No files found.
klineal.cpp
View file @
a88e5146
...
...
@@ -25,20 +25,19 @@
#include <QShortcut>
#include <KAction>
#include <KApplication>
#include <KConfig>
#include <KCursor>
#include <KFontDialog>
#include <KGlobalSettings>
#include <KIconLoader>
#include <KHelpMenu>
#include <KIconLoader>
#include <KLocale>
#include <KMenu>
#include <KNotification>
#include <KWindowSystem>
#include <KStandardAction>
#include <KToolInvocation>
#include <KFontDialog>
#include <KMenu>
#include <KDebug>
#include <KApplication>
#include <KWindowSystem>
#define CFG_KEY_BGCOLOR "BgColor"
#define CFG_KEY_SCALE_FONT "ScaleFont"
...
...
@@ -100,7 +99,6 @@ KLineal::KLineal(QWidget*parent):QWidget(parent),mColorSelector(this){
mScaleFont
=
defaultFont
;
mLongEdgeLen
=
400
;
}
kDebug
()
<<
"mLongEdgeLen="
<<
mLongEdgeLen
;
mShortEdgeLen
=
70
;
mLabel
=
new
QLabel
(
this
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment