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

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