헤더파일 대소문자 변경
git-svn-id: svn://192.168.0.12/source@119 8346c931-da38-4b9b-9d4c-e48b93cbd075
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "SDaumcafemanage.h"
|
||||
#include "sdaumcafemanage.h"
|
||||
#include "widget.h"
|
||||
#include <QSqlQuery>
|
||||
#include <QSqlError>
|
||||
#include <qDebug>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QNetworkProxy>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifndef SDAUMCAFEMANAGE_H
|
||||
#define SDAUMCAFEMANAGE_H
|
||||
#include "SManage.h"
|
||||
#include "smanage.h"
|
||||
|
||||
class SDaumCafeManage : public SManage
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "widget.h"
|
||||
#include <QSqlQuery>
|
||||
#include <QSqlError>
|
||||
#include <qDebug>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
#include <QNetworkProxy>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifndef SNAVERBLOGMANAGE_H
|
||||
#define SNAVERBLOGMANAGE_H
|
||||
#include "SManage.h"
|
||||
#include "smanage.h"
|
||||
|
||||
class SNaverBlogManage : public SManage
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "widget.h"
|
||||
#include <QSqlQuery>
|
||||
#include <QSqlError>
|
||||
#include <qDebug>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QNetworkProxy>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#ifndef SNAVERCAFEMANAGE_H
|
||||
#define SNAVERCAFEMANAGE_H
|
||||
#include "SManage.h"
|
||||
#include "smanage.h"
|
||||
|
||||
class SNaverCafeManage : public SManage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user