Convert accidental instances of STQL to the proper SQL

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b0b39de98b
commit 4b0c424136

@ -15,8 +15,8 @@
* *
***************************************************************************/
#ifndef STQLWRITER_H
#define STQLWRITER_H
#ifndef SQLWRITER_H
#define SQLWRITER_H
#include "simplecodegenerator.h"
#include "../umlattributelist.h"
@ -75,4 +75,4 @@ private:
void printAttributes(TQTextStream& sql, UMLAttributeList attributeList, bool first);
};
#endif // STQLWRITER_H
#endif // SQLWRITER_H

Loading…
Cancel
Save