Add end-of-file newlines.

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

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

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

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

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

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

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

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

@ -83,4 +83,4 @@ KSMStartupIPDlg::KSMStartupIPDlg(TQWidget* parent)
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;
}
#undef DEBUG
#undef DEBUG

Loading…
Cancel
Save