Add end-of-file newlines.

pull/2/head
Darrell Anderson 10 years ago
parent 90f1f50f00
commit d4c4140b66

@ -119,4 +119,4 @@ int main(int argc, char *argv[])
return app.exec(); return app.exec();
} }
#include "crashtest.moc" #include "crashtest.moc"

@ -37,4 +37,4 @@ class WorkerObject : public TQObject
void run(); void run();
}; };
#endif // CRASHTEST_H #endif // CRASHTEST_H

@ -105,4 +105,4 @@ TQPixmap DeviceIconView::loadIcon( const TQString &name )
TDEIcon::StdSizes DeviceIconView::iconSize() { TDEIcon::StdSizes DeviceIconView::iconSize() {
return TDEIcon::SizeSmall; return TDEIcon::SizeSmall;
} }

@ -881,4 +881,4 @@ void KRandRSystemTray::deviceChanged (TDEGenericDevice* device) {
reloadDisplayConfiguration(); reloadDisplayConfiguration();
applyHotplugRules(locateLocal("config", "/", true)); applyHotplugRules(locateLocal("config", "/", true));
} }
} }

@ -111,4 +111,4 @@ void KButton::drawButton(TQPainter *p)
PanelPopupButton::drawDeepButton(p); PanelPopupButton::drawDeepButton(p);
else else
PanelPopupButton::drawButton(p); PanelPopupButton::drawButton(p);
} }

@ -1462,4 +1462,4 @@ int TaskBar::taskMoveHandler(TaskMoveDestination::TaskMoveDestination dest, Task
} }
return false; return false;
} }

@ -363,4 +363,4 @@ void TaskBarContainer::dropEvent( TQDropEvent* e )
e->accept(); e->accept();
} }
} }
} }

@ -83,4 +83,4 @@ KSMStartupIPDlg::KSMStartupIPDlg(TQWidget* parent)
KSMStartupIPDlg::~KSMStartupIPDlg() KSMStartupIPDlg::~KSMStartupIPDlg()
{ {
} }

@ -1544,4 +1544,4 @@ TQString TDEBackend::driveUDIFromDeviceUID(TQString uuid) {
} }
} }
#include "tdehardwarebackend.moc" #include "tdehardwarebackend.moc"

@ -141,4 +141,4 @@ inline int tde_sak_verify_calling_process()
return 5; return 5;
} }
#undef DEBUG #undef DEBUG

Loading…
Cancel
Save