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

KDevCompilerOptions::KDevCompilerOptions( TQObject * tqparent, const char * name )
        :TQObject(tqparent, name)
{
}

#include "kdevcompileroptions.moc"