summaryrefslogtreecommitdiffstats
path: root/lib/interfaces/extras/tdevcompileroptions.cpp
blob: 9eead32f2727074c9a59f52b990c049b77277307 (plain)
1
2
3
4
5
6
7
8
#include "tdevcompileroptions.h"

TDevCompilerOptions::TDevCompilerOptions( TQObject * parent, const char * name )
        :TQObject(parent, name)
{
}

#include "tdevcompileroptions.moc"