diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:27:45 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:27:45 -0600 |
commit | f776a4fa5786e2b670d09d67381798ef57cba26f (patch) | |
tree | c1005d3a98a5ae7f5a038d8d19c5dee08c6a9a17 | |
parent | dd415c6f37c3deb5bae55a3330d037b1ebcb0713 (diff) | |
download | qt4-tqt-theme-engine-f776a4fa5786e2b670d09d67381798ef57cba26f.tar.gz qt4-tqt-theme-engine-f776a4fa5786e2b670d09d67381798ef57cba26f.zip |
Add end-of-file newlines.
-rw-r--r-- | lib/tdeqt4converter.cpp | 2 | ||||
-rw-r--r-- | lib/tdeqt4converter.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tdeqt4converter.cpp b/lib/tdeqt4converter.cpp index e4358bd..b324bbb 100644 --- a/lib/tdeqt4converter.cpp +++ b/lib/tdeqt4converter.cpp @@ -685,4 +685,4 @@ TQStyle::SFlags convertQt4ToTQt3SFlags(QStyle::State qt4stateflags, TQt3WidgetTy // } return sflags; -}
\ No newline at end of file +} diff --git a/lib/tdeqt4converter.h b/lib/tdeqt4converter.h index 13739e9..6d94c9b 100644 --- a/lib/tdeqt4converter.h +++ b/lib/tdeqt4converter.h @@ -88,4 +88,4 @@ TQPalette convertQt4ToTQt3Palette(QPalette qt4palette); QFont convertTQt3ToQt4Font(TQFont qt3font); TQStyle::SFlags convertQt4ToTQt3SFlags(QStyle::State qt4stateflags, TQt3WidgetType wt); -#endif // TDEQT4CONVERTER_H
\ No newline at end of file +#endif // TDEQT4CONVERTER_H |