aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/PostgresKit.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-26 07:23:08 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-26 07:23:08 +0000
commit88263061eb326e58fe882bc91d09f52d3d49628d (patch)
treef16453cd3bc0afc429b7592a46a84196e775933d /Frameworks/PostgresKit/Source/PostgresKit.h
parent9e0da1ad71ea178867a8d3419f80a46b42c32d4c (diff)
downloadsequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.tar.gz
sequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.tar.bz2
sequelpro-88263061eb326e58fe882bc91d09f52d3d49628d.zip
Change project prefix.
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit.h')
-rw-r--r--Frameworks/PostgresKit/Source/PostgresKit.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit.h b/Frameworks/PostgresKit/Source/PostgresKit.h
index 40c86169..4189fffe 100644
--- a/Frameworks/PostgresKit/Source/PostgresKit.h
+++ b/Frameworks/PostgresKit/Source/PostgresKit.h
@@ -18,11 +18,11 @@
// License for the specific language governing permissions and limitations under
// the License.
-#import "FLXPostgresError.h"
-#import "FLXPostgresResult.h"
-#import "FLXPostgresStatement.h"
-#import "FLXPostgresException.h"
-#import "FLXPostgresConnection.h"
-#import "FLXPostgresConnectionUtils.h"
-#import "FLXPostgresConnectionQueryExecution.h"
-#import "FLXPostgresConnectionQueryPreparation.h"
+#import "PGPostgresError.h"
+#import "PGPostgresResult.h"
+#import "PGPostgresStatement.h"
+#import "PGPostgresException.h"
+#import "PGPostgresConnection.h"
+#import "PGPostgresConnectionUtils.h"
+#import "PGPostgresConnectionQueryExecution.h"
+#import "PGPostgresConnectionQueryPreparation.h"