diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:33:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:33:34 -0600 |
commit | 592cc9ad4183c4eafb93014d53d45e834ddcf67f (patch) | |
tree | 2b58207f6a2e9ef48fbdef4ed9df181709a448db /src | |
parent | 887b8d2aa71974161842970d5532c76fc68852e3 (diff) | |
download | kcmldapcontroller-592cc9ad4183c4eafb93014d53d45e834ddcf67f.tar.gz kcmldapcontroller-592cc9ad4183c4eafb93014d53d45e834ddcf67f.zip |
Add end-of-file newlines.
Diffstat (limited to 'src')
-rw-r--r-- | src/processingdialog.cpp | 2 | ||||
-rw-r--r-- | src/processingdialog.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/processingdialog.cpp b/src/processingdialog.cpp index 8afe40a..75e9ac5 100644 --- a/src/processingdialog.cpp +++ b/src/processingdialog.cpp @@ -168,4 +168,4 @@ void ProcessingDialog::closeEvent(TQCloseEvent *e) TQWidget::closeEvent(e); } -#include "processingdialog.moc"
\ No newline at end of file +#include "processingdialog.moc" diff --git a/src/processingdialog.h b/src/processingdialog.h index 982d6eb..cb865b6 100644 --- a/src/processingdialog.h +++ b/src/processingdialog.h @@ -73,4 +73,4 @@ class TDEUI_EXPORT ProcessingDialog : public TQWidget bool m_allowClose; }; -#endif // PROCESSINGDIALOG_H
\ No newline at end of file +#endif // PROCESSINGDIALOG_H |